bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

header in \score


From: Graham Percival
Subject: header in \score
Date: Tue, 02 Aug 2005 03:58:04 -0700

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"
}
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]