Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Regression
New issue 1284 by PhilEHolmes: \revertTimeSignatureSettings does not revert
all settings
http://code.google.com/p/lilypond/issues/detail?id=1284
In 2.13.31 the \revertTimeSignatureSettings code resulted in reverted
beaming behaviour. It does not do this in 2.13.34. See PNGs for example.
Test code from the NR:
\score{
\relative c' {
\repeat unfold 8 c8 |
\overrideTimeSignatureSettings
#'Score
#'(4 . 4)
#'(1 . 4)
#'(3 1)
#'((end . (((1 . 8) . (3 1)))))
\time 4/4
\repeat unfold 8 c8 |
\revertTimeSignatureSettings #'Score #'(4 . 4)
\time 4/4
\repeat unfold 8 c8 |
}
}
Attachments:
RevertTime13.31.png 3.7 KB
RevertTime13.34.png 3.7 KB
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond