From: James Lowe Date: Fri, 13 Nov 2015 19:40:01 +0000 (+0000) Subject: Doc: NR - Explain LP footer string is 'tagline' X-Git-Tag: release/2.19.32-1~4 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=8016f31ef2a25bf9492a6ba65dc627622beac4af 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' --- 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