See http://lists.gnu.org/archive/html/lilypond-user/2007-06/msg00063.html

  /Mats

Michael Käppler wrote:

Hi,
why does the barline look so strange in this example?
I can't remember having experienced this with older Lily, but 2.11.33 seems to behave the same way.

Greetz,
Michael

\version "2.11.34"

\score {
<<
  \new StaffGroup <<
    \new Voice = "VoiceI" \relative c'' { g1 \bar "||" }
    \new Lyrics \lyricsto VoiceI \lyricmode { bla }
    \new Voice = "VoiceII" \relative c'' { g1 }
    \new Lyrics \lyricsto VoiceII \lyricmode { bla }
    \new Voice = "VoiceIII" \relative c'' { g1 }
    \new Lyrics \lyricsto VoiceIII \lyricmode { bla }
  >>
 >>
\layout {
  \context {
  \Lyrics
   \consists "Bar_engraver"
     \consists "Separating_line_group_engraver"
    \override BarLine #'transparent = ##t
  }
}
}



_______________________________________________
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

Reply via email to