When you define the \header inside the \score block, only the piece
(and presumably opus) fields are printed.  Is this expected behaviour?
If the \header is defined before the \score (ie
\header{}
\score{}

then all headers are printed.


% 2.6.1, only piece is printed, not title.
\score{
{ c'\f }
\header{
  title="title"
  piece="piece"
}
}



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

Reply via email to