lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Strange barline appearance


From: Michael Käppler
Subject: Strange barline appearance
Date: Wed, 21 Nov 2007 22:50:11 +0100
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]