Using LilyPond from CVS, I cannot get score-level titles to be
displayed. Is it just me?

nicolas

\version "2.7.13"
\layout { raggedright = ##t }
\header {
    title = "title"
}

\score {
  { c'1 }
  \header {
    piece = "piece 1" %not displayed
  }
}

\score {
  { d'1 }
  \header {
    piece = "piece 2" %not displayed
  }
}


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to