This is still an issue in Version 2.10.x, in case anyone happens to be
reading this thread.
They key line from the manual - which is in the section on \header but not
in the section on \book - is that the \header and \layout blocks have to
come after the musical expressions.
Peter Mogensen wrote:
>
> \score {
> \header {
> % piece = "Piece one"
> instrument = "Score"
> }
> <<
> { c d e f }
> >>
> }
>
So,
\score {
<<
{ c d e f }
>>
\header {
% piece = "Piece one"
instrument = "Score"
}
}
seems to have fixed that example when I ran it.
--
View this message in context:
http://www.nabble.com/%5Cbook-output-tp1012732p17844330.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user