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: Fri, 19 Aug 2011 23:03:25 +0100


Jean-Charles, you wrote Friday, August 19, 2011 3:02 PM

Since the only header fields that will be printed are piece and opus, the example in "Custom text formatting for title blocks" should read
(line 802 of input.itely)

-  subtitle = \markup { \italic "(Excerpt)" }
+  opus = \markup { \italic "(Excerpt)" }

May I change it myself, or?

Please do.

When this section was changed quite a lot
of useful information was lost.  I think
the following also needs to be reinserted
(properly formatted, of course) in Title
blocks explained:

-------------

If you define the \header inside the \score block,
then normally only the piece and opus headers will
be printed.

\score {
 { c'4 }
 \header {
   title = "title" % not printed
   piece = "piece"
   opus = "opus"
 }
}


You may change this behavior (and print all the
headers when defining \header inside \score)
by using

\paper{
 print-all-headers = ##t
}

-------------

At present print-all-headers is buried way
down in 4.1.6 under 4. Spacing issues!

Trevor



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




reply via email to

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