|
From: | nick . payne |
Subject: | Re: Beaming of 32nd notes in 3/4 time |
Date: | Tue, 07 Apr 2009 20:44:31 +0930 |
I'm trying to get automatic beaming of 32nd notes to end every quarter note rather than every eighth note. I thought the following should achieve it, but the beaming of 32nd notes still breaks every eighth note:
\relative c'' {
\time 3/4
#(override-auto-beam-setting '(end 1 32 * *) 1 4)
#(override-auto-beam-setting '(end 1 32 * *) 2 4)
a16 a a a a a a a a a a a
a32 a a a a a a a a a a a a a a a a a a a a a a a
}
I also tried
#(override-auto-beam-setting '(end * * * *) 1 4)
#(override-auto-beam-setting '(end * * * *) 2 4)
with no effect either. What is the correct command?
Nick
[Prev in Thread] | Current Thread | [Next in Thread] |