lilypond-user
[Top][All Lists]
Advanced

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

AW: AW: AW: New verses


From: Dr. Bernhard Kleine
Subject: AW: AW: AW: New verses
Date: Sun, 10 May 2015 22:47:38 +0200

It works. Thank you very much.

Bernhard

-----Ursprüngliche Nachricht-----
Von: address@hidden
[mailto:address@hidden Im Auftrag
von Klaus Blum
Gesendet: Sonntag, 10. Mai 2015 18:03
An: address@hidden
Betreff: Re: AW: AW: New verses

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.

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




reply via email to

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