lilypond-user
[Top][All Lists]
Advanced

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

Bug in PianoStaff and StaffGroup barlines


From: James Worlton
Subject: Bug in PianoStaff and StaffGroup barlines
Date: Wed, 20 Mar 2013 10:04:54 -0500

Hello,

While the basic output of barlines in grouped staves has improved in 2.17.14, there is still a problem if there is a dynamics staff included. The following code produces the expected output in 2.16.1 but is broken in 2.17.14:

\score {
  \new PianoStaff <<
    \new Staff { c'1 }
    \new Dynamics { s1\p }
    \new Staff { c'1 }
  >>
}

\score {
  \new StaffGroup <<
    \new Staff { c'1 }
    \new Dynamics { s1\p }
    \new Staff { c'1 }
  >>
}

James Worlton

reply via email to

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