Thanks, entered as
http://code.google.com/p/lilypond/issues/detail?id=338
Cheers,
- Graham
Mats Bengtsson wrote:
That I would certainly classify as a bug. I hope you don't mind that
I forward it to the mailing list (In general, always keep the discussion
on the mailing list).
/Mats
Selyem Zoltán wrote:
Hello Mats,
Just move the bottom lyrics line out of the StaffGroup context,
Thank you very much, it works!
But the repeat sign still has a hole in it.
Could you help with that, too?
Sese
%------------------------------------
\version "2.10.15"
\paper{ ragged-right=##t }
\score{
<<
\context StaffGroup
<<
\new Voice = "one" \relative c' { c1 d \bar ":|" }
\addlyrics { c d }
\new Voice = "two" \relative e' { e1 f }
>>
\new Lyrics \lyricsto "two" { e f }
\layout{
\context {
\Lyrics
\consists "Bar_engraver"
\consists "Separating_line_group_engraver"
\override BarLine #'transparent = ##t
}
}
}
%------------------------------------
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond