: 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 {
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 }
\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-us
: 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
.1069038.n5.nabble.com/New-verses-tp176383p176398.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
+bernhard.kleine=gmx@gnu.org] Im Auftrag von
Klaus Blum
Gesendet: Sonntag, 10. Mai 2015 11:25
An: lilypond-user@gnu.org
Betreff: Re: New verses
Hallo Bernhard,
Dr. Bernhard Kleine wrote
> I failed to add a second (and third to fifth) verse to the following
> example.
there should be no p
tempo 4=100
}
}
\markup \vspace #3
\markup {
\fill-line {
\null
\left-column {
\line{
\bold "3. "
\left-column {
"Ein dritter Vers"
"folgt hier sogleich"
" "
}
}
\line{
Good morning,
I failed to add a second (and third to fifth) verse to the following
example.
Can you please advice.
Answer only to the group please.
Bernhard
\version "2.19.5"
\language "deutsch"
global = {
\key d \major
\time 2/4
}
soprano = \relative c' {
\global