lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lyric problem


From: Zoltan Kota
Subject: lyric problem
Date: Wed, 10 Oct 2007 23:52:47 +0200

Hi,

A snippet of my score look like this:

ismet = \relative c'' {
   \clef treble
   \time 4/4
   \override Staff.TimeSignature #'style = #'()
   \key e \major
   r4 <gis b,>8 [<fis b,>] <fis e>8 (<e b gis>4) <gis b,>8 |
   r4. <a cis,>8 <a cis,> [<gis b,>] <fis a,>16 <gis b,>8. |
   << {gis8 (fis16 e~ e2.)} \\ {b1} >> | r1 \bar "||"
}

szoveg = \lyricmode {
    In -- dulj bát -- ran, Ő min -- dig vi -- gyáz Rád!
}

\score {
 <<
    \context ChoirStaff <<
      \context Voice = ismetf \ismet
      \new Lyrics \lyricsto "ismetf" \szoveg
    >>
 >>
}

The problem is that the last lyric word ("Rád!") is not shown below the staff. You can see the situation in jpg here:
http://picasaweb.google.com/zoltank/Lily

How can I solve this?

Zoltan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]