From: Jean-Charles Malahieude Date: Sun, 21 Aug 2011 18:09:12 +0000 (+0200) Subject: Revert "Doc: NR-3.2 titling" X-Git-Tag: release/2.15.9-1~9^2~29 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=91a4b0aad388a65fe64832b38dc19532b4eef17b;p=lilypond.git Revert "Doc: NR-3.2 titling" This reverts commit 6810d727b278d15825eecb2b497d1a966241d4eb. --- diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 59b9c1d9cf..d6d586062a 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -546,32 +546,6 @@ both types are entered using a @code{\header} block. If the book only has a single score, the @code{\header} block may be placed inside or outside of the @code{\score} block. -The default behavior, when the @code{\header} has been defined inside -the @code{\score} block, is to print only the @code{piece} and -@code{opus} fields: - -@lilypond[papersize=a5,quote,verbatim,noragged-right] -\score { - { c'4 } - \header { - title = "title" % not printed - piece = "piece" - opus = "opus" - } -} -@end lilypond - -@funindex print-all-headers -@noindent -You may change this behavior (and print all the headers when defining -@code{\header} inside @code{\score}) by using - -@example -\paper@{ - print-all-headers = ##t -@} -@end example - @warning{Remember when adding a @bs{}@code{header} block inside a @bs{}@code{score} block, that the music expression must come before the @bs{}@code{header} block.} @@ -825,7 +799,7 @@ footer and title text within the @code{\header} block. { s1 } \header { piece = \markup { \fontsize #4 \bold "PRAELUDIUM I" } - opus = \markup { \italic "(Excerpt)" } + subtitle = \markup { \italic "(Excerpt)" } } } @end lilypond