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: 20 Feb 2004 01:33:06 +0000

I sent this bug report some hours ago but I didn't see it come in, nor
could I find it in the mail archive so I'm trying again.

The following LilyPond code illustrates a bug with the final barline. 
The barline connecting the staves at the end is displaced to the right
by its own width.  This is done with CVS v2.1.25.hwn1/ChangeLog 1.1740.

-David

\version "2.1.25"

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

one =  {
    \music
}

two =  {
    \music
}
\score { \notes \transpose c c {
    \context StaffGroup = Score 
    <<
        \one
        \two
    >>
}
         \paper {}
     }





reply via email to

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