lilypond-user
[Top][All Lists]
Advanced

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

Re: New verses


From: Simon Albrecht
Subject: Re: New verses
Date: Sun, 10 May 2015 20:21:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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



reply via email to

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