lilypond-user
[Top][All Lists]
Advanced

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

Re: Setting beaming rules back to default


From: Nick Payne
Subject: Re: Setting beaming rules back to default
Date: Mon, 15 Nov 2010 07:28:56 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

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
Description: PNG image


reply via email to

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