From 34414063ffa2b2a5b9e391b76ccf458ae03669c5 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Tue, 24 Jun 2008 16:56:06 +0200 Subject: [PATCH] Use titlepagesubtitle for the title page --- orchestrallily.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orchestrallily.ly b/orchestrallily.ly index 87817bc..88998ca 100644 --- a/orchestrallily.ly +++ b/orchestrallily.ly @@ -942,8 +942,8 @@ titlePageMarkup = \markup { \fontsize #2 \when-property #'header:title \column { \vspace #4 \fill-line { \fontsize #10 \bold \fromproperty #'header:titlepagetitle } \vspace #1 - \fontsize #2 \when-property #'header:subtitle { - \fill-line { \fromproperty #'header:subtitle } + \fontsize #2 \when-property #'header:titlepagesubtitle { + \fill-line { \fromproperty #'header:titlepagesubtitle } \vspace #1 } \fill-line { \postscript #"-20 0 moveto 40 0 rlineto stroke" } -- 2.11.4.GIT