lilypond-user
[Top][All Lists]
Advanced

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

Beaming of 32nd notes in 3/4 time


From: nick . payne
Subject: Beaming of 32nd notes in 3/4 time
Date: Tue, 07 Apr 2009 18:45:57 +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


reply via email to

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