The manual for the program is being revised for the moment, and after that
revision, I'm sure this issue will be well explained in the documentation.
The short answer is that you should replace
<< {gis8 (fis16 e~ e2.)} \\ {b1} >> | r1 \bar "||"
by
<< {\voiceOne gis8 (fis16 e~ e2.)} \new Voice {\voiceTwo b1} >>
\onceVoice | r1 \bar "||"
See "Explicitly instantiating voices" in the current manual for part of
the explanation
and search the mailing list archives if you want the full story.
/Mats
Zoltan Kota wrote:
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
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user