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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to