bug-lilypond
[Top][All Lists]
Advanced

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

final barline bug


From: David Bobroff
Subject: final barline bug
Date: 19 Feb 2004 18:02:06 +0000

This file exhibits a bug in 2.1.25.  The final group barline connecting
the staves is shifted to the right by its own width.

\version "2.1.25"

one = \notes \relative c {
    c4 d e f g a b c \bar "|."
}

two = \notes \relative c {
    c4 d e f g a b c \bar "|."
}
\score { \notes \transpose c c {
    \context StaffGroup = Score <<
        \one
        \two
         >> }
         \paper {}
     }





reply via email to

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