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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to