lilypond-user
[Top][All Lists]
Advanced

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

Setting beaming rules back to default


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

If I use \set beamExceptions = ... to change beaming, should I be able to use \set beamExceptions = #'() to set the beaming rules back to the default settings? It doesn't work - I have to put in an explicit rule for whatever I've overridden to get it back to default settings. is this a bug or how it's supposed to work?

\version "2.13.38"

\relative c'' {
    \repeat unfold 8 {c8 }
    \set beamExceptions = #'((end . (((1 . 8) . (2 2 2 2)))))
    \repeat unfold 8 {c8 }
    \set beamExceptions = #'()
    \repeat unfold 8 {c8 }
    \set beamExceptions = #'((end . (((1 . 8) . (4 4)))))
    \repeat unfold 8 {c8 }
}

Nick

Attachment: test.preview.png
Description: PNG image


reply via email to

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