4 all lily-experts, Urgent call for help! I have a tricky problem, when using lyrics with syllables terminated by commas as shown in the appended files. The upper text uses commas while the lower voice doesnt, with the result of a displaced syllabel resp. not?!? Thank You guenter
-- GMX ProMail (250 MB Mailbox, 50 FreeSMS, Virenschutz, 2,99 EUR/Monat...) jetzt 3 Monate GRATIS + 3x DER SPIEGEL +++ http://www.gmx.net/derspiegel +++
\include "deutsch.ly"
textSopran = \lyrics {
""4 so8 schreit,4. ""4 so8 schreit,4. ""4 so8 schreit,4. ""4 so8 schreit,4. ""4 so8
}
textBass = \lyrics {
""4. ""4 so8 schreit4. ""4 so8 schreit4. ""4 so8 schreit4. ""4 so8 schreit4.
}
sopran = \notes \relative c'' {
r4 g8 a4.~a4 a8 h4.~h4 h8 c4.~c4 c8 d4.~d4 d8
}
bass = \notes \relative c' {
r4. r4 c,8 d4.~d4 d8 e4.~e4 e8 f4.~f4 f8 g4.
}
\score {
\notes {
\time 6/8
\context ChoirStaff <<
\context Staff = Sopran {
\context Voice = Sopran { \sopran }
}
\context Lyrics = Text {
<<
\textSopran
\textBass
>>
}
\context Staff = Bass {
\clef bass
\context Voice = Bass { \bass }
}
>>
}
\midi { \tempo 4 . = 75 }
\paper { }
}
test.pdf
Description: Adobe PDF document
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
