lilypond-user
[Top][All Lists]
Advanced

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

Re: AW: AW: New verses


From: Klaus Blum
Subject: Re: AW: AW: New verses
Date: Sun, 10 May 2015 09:03:06 -0700 (MST)

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...

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

...everything should be back again.

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/New-verses-tp176383p176409.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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