bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NR3.2.2: erroneous example?


From: Trevor Daniels
Subject: Re: NR3.2.2: erroneous example?
Date: Sat, 20 Aug 2011 15:11:14 +0100


Jean-Charles, you wrote

Since I don't like very much having two consecutive
"if" sentences, I would favor:

-------------
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
address@hidden
  print-all-headers = ##t
@}
@end example

@warning{Remember when adding a @address@hidden block inside a
-------------

I like it!  Thanks for picking this up!

Trevor



-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1392 / Virus Database: 1520/3845 - Release Date: 08/19/11




reply via email to

[Prev in Thread] Current Thread [Next in Thread]