: 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
: lilypond-user@gnu.org
Betreff: Re: AW: New verses
Hi Bernhard,
Dr. Bernhard Kleine wrote
> I lost the information in the header, it is still written, but not used.
> I am lost.
Sorry, but I don't understand what you mean by that sentence... maybe in
German?
Cheers,
Klaus
--
View this
Hi Bernhard,
Dr. Bernhard Kleine wrote
> I lost the information in the header, it is still written, but not used.
> I am lost.
Sorry, but I don't understand what you mean by that sentence... maybe in
German?
Cheers,
Klaus
--
View this message in context:
http://lilypond.1069038.n5.nabble.co
Dear Klaus,
Thank you very much. The example is very instructive. However I lost the
information in the header, it is still written, but not used.
I am lost.
Bernhard
-Ursprüngliche Nachricht-
Von: lilypond-user-bounces+bernhard.kleine=gmx@gnu.org
[mailto:lilypond-user-bounces+bernh