Hi.
> It seems to be working now. Gilles suggestion (thanks, Gilles) worked
> fine but I couldn't substitute "title" and "composer" for "piece" and
> "opus". Eventually I wrote it thus:
>
In a \score block, you can use only "piece" and "opus".
["title" and "composer" must be set outside of all \score blocks.]
>
> I cannot find, however, how to write part of the title between double
> quotes, like this:
>
> Branle "Quatre branles"
>
You can "escape" the quotes with a backslash:
\score {
{ c' d' e' f' }
\header {
piece = "Branle \"Quatre Branles\""
opus = "Susato"
}
}
Best,
Gilles
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user