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



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to