bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1284 in lilypond: \revertTimeSignatureSettings does not revert all


From: lilypond
Subject: Issue 1284 in lilypond: \revertTimeSignatureSettings does not revert all settings
Date: Thu, 30 Sep 2010 08:10:11 +0000

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




reply via email to

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