Am Dienstag, 24. Februar 2004 14:54 schrieb Jan Kohnert:
> Am Dienstag, 24. Februar 2004 13:44 schrieb Guenter Buehrle:
> > 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?!?

> The probably better way is of course using the \addlyrics command

I created a working file that looks as expected using \addlyrics
(I'm using 2.0.1, hope you're using 2.0.x, too)

> > Thank You
> >
> > guenter
>
> Regards Jan

Regards Jan, again :-)

-- 
OpenPGP public key available:
http://home.arcor.de/jan.kohnert/gnupg_publickey.asc

Key-Fingerprint:
BA8E 11D1 FE7C 9353 7276 5375 486E 9BED 2B03 DF29
\include "deutsch.ly"

textSopran = \lyrics {
  so8 schreit, so schreit, so schreit, so schreit, so
}

textBass = \lyrics {
  so schreit so schreit so schreit so schreit
}

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 <<
      \addlyrics
      \context Staff = Sopran {
        \context Voice = Sopran { \sopran }
      }
      \context Lyrics = Text {
          \textSopran
      }
      \addlyrics
      \context Staff = Bass {
        \clef bass
        \context Voice = Bass { \bass }
      }
      \context Lyrics = Text {
          \textBass
      }      
    >>
  }
  \midi  { \tempo 4 . = 75 }
  \paper { }
}

Attachment: pgp00000.pgp
Description: signature

_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to