lilypond-user
[Top][All Lists]
Advanced

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

Re: Beaming of 32nd notes in 3/4 time


From: nick . payne
Subject: Re: Beaming of 32nd notes in 3/4 time
Date: Tue, 07 Apr 2009 20:44:31 +0930


Ok, I managed to figure it out:

    #(revert-auto-beam-setting '(end 1 32 3 4) 1 8)
    #(revert-auto-beam-setting '(end 1 32 3 4) 2 8)
    #(revert-auto-beam-setting '(end 1 32 3 4) 3 8)
    #(revert-auto-beam-setting '(end 1 32 3 4) 4 8)
    #(revert-auto-beam-setting '(end 1 32 3 4) 5 8)
    #(revert-auto-beam-setting '(end 1 32 3 4) 6 8)
    #(revert-auto-beam-setting '(end 1 32 3 4) 7 8)
    #(override-auto-beam-setting '(end 1 32 3 4) 1 4)
    #(override-auto-beam-setting '(end 1 32 3 4) 2 4)

However, I can't see why it should be necessary to first revert what hasn't been changed from the default.

Nick

On Tue 07/04/09 6:45 PM , address@hidden sent:
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]