lilypond-user
[Top][All Lists]
Advanced

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

Beaming override problem


From: Nick Payne
Subject: Beaming override problem
Date: Mon, 25 Jun 2012 08:29:52 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

If I set beamExceptions to beam 32nd notes by fours in 4/4 time, this has the side effect of changing the beaming of 8th notes:

%=====================
\version "2.15.40"

changeBeaming = \set beamExceptions =
    #'((end . (((1 . 32) . (4 4 4 4 4 4 4 4)))))

\relative c'' {
    c8 c c c c c c c
    \repeat unfold 32 { c32 }
}
\relative c'' {
    \changeBeaming
    c8 c c c c c c c
    \repeat unfold 32 { c32 }
}
%=====================

Attachment: test.png
Description: PNG image


reply via email to

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