Note, though that you have to put the actual music first in the \score
blocks,
i.e.
\score{
{ c' d' e' f' }
\header {
piece = "Miniature"
opus = "Igor Stravinsky"
}
}
see "How LilyPond files work".
/Mats
Gilles Sadowski wrote:
Try this:
%---
\score {
\header {
piece = "Miniature"
opus = "Igor Stravinsky"
}
{ c' d' e' f' }
}
\score {
\header {
piece = "Second Miniature"
opus = "Igor Stravinsky"
}
{ a' b' c'' d'' }
}
%---
See
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Creating-titles.html#Creating-titles
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user