On 15/11/10 04:50, Phil Holmes wrote:
\revertTimeSignatureSettings #'Score #'(4 . 4)
If that's supposed to work, in 2.13.38 it doesn't revert a beaming change that has been set using \set beamExceptions.
\version "2.13.38"
\relative c'' {
\time 4/4
\repeat unfold 8 { c8 }
\set beamExceptions = #'((end . (((1 . 8) . (2 2 2 2)))))
\repeat unfold 8 { c8 }
\revertTimeSignatureSettings #'Score #'(4 . 4)
\repeat unfold 8 { c8 }
\unset beamExceptions
\repeat unfold 8 { c8 }
}
<<attachment: test.preview.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
