lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange barline appearance


From: Mats Bengtsson
Subject: Re: Strange barline appearance
Date: Wed, 21 Nov 2007 23:04:54 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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