Originally created by: *anonymous
Originally created by: gpermus@gmail.com
Originally owned by: gpermus@gmail.com
\version "2.9.18"
\header {
texidoc = "If one part has percent repeats and another part has
measures that begin with a grace note, then the percent signs will be
mispositioned in the measures near the one with the grace note
it was reported as fixed, but it's still bad in 2.9.18"
reportedin = "2.4.2"
}
\layout {ragged-right =##t}
\relative <<
\new Staff { \repeat percent 6 c1}
\new Staff { c1 c1 c \grace b8 c1 c c }
>>
Originally posted by: hanw...@gmail.com
Why is this a regression?
(what version did work?)
Originally posted by: gpermus@gmail.com
It was in the "fixed" directory of the bug CVS.
Originally posted by: hanw...@gmail.com
Actually a duplicate of issue 34 -- percent-repeat-engraver gets the event for
percent too late, but we can fix it up by using a previously stored version of
currentCommandColumn.
Status: Fixed
Related
Issues: #34
Originally posted by: gpermus@gmail.com
Verified 2.9.21
Status: Verified