This works fine !
Thank you very much for your (instant) reply.
I should have figured out myself.
Germain G.I.T.
--
Mats Bengtsson wrote:
Germain G. Ivanoff-Trinadtzaty wrote:
Hello,
Could anyone help me with this ?
o Context :
- Lilypond v. 2.11.22 on windows XP home
- Vocal trio, two staves, (old russian lyrics)
o What I want :
- bar line through the two staves
- (different) lyrics under each staff
- no collision between first staff's lyrics and bar lines
- AND NO visible extension of bar line under the last staff !!
See http://lists.gnu.org/archive/html/bug-lilypond/2007-03/msg00134.html
i.e. do
\score{
<<
\new StaffGroup <<
\new Staff ...
\new Lyrics ...
\new Staff ...
>>
\context Lyrics = BW \lyricsto "B" { \BassWords }
>>
...
}
Also, make sure to keep the Separating_line_group_engraver
in the StaffGroup context and keep it away from the Lyrics
context.
/Mats
o What I get :
- I can't submit to the list my pdf output, which is to big. If
you're interested in, please mail me directly. However, see attachment
for source code.
Best regards,
Germain G.I.T.
ps : if you can't compile my source, because of a lack of font files,
mail me as well.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user