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
   }
  }
}
%------------------------------------



--
=============================================
        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

Reply via email to