Am 10.05.2015 um 18:03 schrieb Klaus Blum:
Aaaah, that's because the \header part was *inside* the \score part:

\score {
   \header {
     % title, composer, tagline
   }
   <<
     \choirPart
   >>
   % etc.
}

If you change the structure like this...
or use \paper { print-all-headers = ##t } …
...everything should be back again.
HTH, Simon

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to