This isn't a bug! Just move the bottom lyrics line out of the StaffGroup
context,
see also
http://lists.gnu.org/archive/html/lilypond-user/2006-12/msg00289.html.
Unfortunately, this may mean that you cannot use the \addlyrics feature
but have
to learn to use the much more flexible \lyricsto construct.
/Mats
Zoltan Selyem wrote:
I'm not top posting.
%% "Making lyrics avoid barlines" used with StaffGroup
%% causes barlines to extend under the last staff
%% and causes repeat signs not to be continuous.
\version "2.10.15"
\paper{ ragged-right=##t }
\context StaffGroup
<<
\relative c' { c1 d \bar ":|" }
\addlyrics { c d }
\relative e' { e1 f }
\addlyrics { 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
--
=============================================
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
=============================================
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond