From 8016f31ef2a25bf9492a6ba65dc627622beac4af Mon Sep 17 00:00:00 2001 From: James Lowe Date: Fri, 13 Nov 2015 19:40:01 +0000 Subject: [PATCH] Doc: NR - Explain LP footer string is 'tagline' Issue 4089 Add better indication that the automatic lilypond 'footer' string is known as / is the default 'tagline' --- Documentation/notation/input.itely | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 946eb170af..768fab6841 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -686,7 +686,7 @@ suppressed: \header { title = "DAS WOHLTEMPERIRTE CLAVIER" subtitle = "TEIL I" - % Do not display the tagline for this book + % Do not display the default LilyPond footer for this book tagline = ##f } \markup { \vspace #1 } @@ -747,8 +747,8 @@ This example demonstrates all printed @code{\header} variables: meter = "Meter" arranger = "Arranger" % The following fields are centered at the bottom - tagline = "tagline goes at the bottom of the last page" - copyright = "copyright goes at the bottom of the first page" + tagline = "The tagline goes at the bottom of the last page" + copyright = "The copyright goes at the bottom of the first page" } \score { { s1 } @@ -880,8 +880,8 @@ the @code{copyright} text if there is only a single page. @end itemize -The default tagline can be changed by adding a @code{tagline} in the -top-level @code{\header} block. +The default LilyPond footer text can be changed by adding a +@code{tagline} in the top-level @code{\header} block. @lilypond[papersize=a8landscape,verbatim] \book { @@ -896,7 +896,8 @@ top-level @code{\header} block. } @end lilypond -To remove the @code{tagline} set the value to @code{##f}. +To remove the default LilyPond footer text, the @code{tagline} can be +set to @code{##f}. @node Custom titles headers and footers -- 2.39.2