lilypond-user
[Top][All Lists]
Advanced

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

Re: Auto beaming question


From: Benjamin Esham
Subject: Re: Auto beaming question
Date: Mon, 6 Feb 2006 21:04:16 -0500

On Feb 6, 2006, at 8:44 PM, Joe Neeman wrote:

Benjamin Esham wrote:

- groups of sixteenth and thirty-second notes. These should also be beamed per beat, e.g. three sixteenths and two thirty-seconds.

    #(override-auto-beam-setting '(end 1 32 * *) 1 4)
    #(override-auto-beam-setting '(end 1 32 * *) 2 4)
    #(override-auto-beam-setting '(end 1 32 * *) 3 4)

The sixteenth note triplets are beamed correctly, but the groups with thirty-second notes are beamed incorrectly. Can anyone tell me which auto-beaming commands to use? Thanks!

[...] So in order to get the behaviour you want, you need to _remove_ rules, not add them:
#(revert-auto-beam-settings '(end 1 32 4 4) 1 8)
#(revert-auto-beam-settings '(end 1 32 4 4) 3 8)
.. and so on

This worked like a charm.  Thanks! :-)

--
Benjamin D. Esham
address@hidden  |  http://bdesham.net  |  AIM: bdesham128
Wikipedia, the Free Encyclopedia  •  http://en.wikipedia.org


Attachment: PGP.sig
Description: This is a digitally signed message part


reply via email to

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