: 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 {
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.
}
...ever
The header info ( title, composer, tagline) is no longer displayed.
-Ursprüngliche Nachricht-
Von: lilypond-user-bounces+bernhard.kleine=gmx@gnu.org
[mailto:lilypond-user-bounces+bernhard.kleine=gmx@gnu.org] Im Auftrag
von Klaus Blum
Gesendet: Sonntag, 10. Mai 2015 16:15
An: lilypo