lilypond-user
[Top][All Lists]
Advanced

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

Re: overrideBeamSettings not working in 2.13.30


From: Hans Aberg
Subject: Re: overrideBeamSettings not working in 2.13.30
Date: Wed, 18 Aug 2010 14:45:06 +0200

On 18 Aug 2010, at 14:20, Trevor Daniels wrote:

It was not so difficult, it seems (I'll have to check it more). For the 9/16 meter, because there is already a beat structure defined for it (3+3+3), I had to write
 \overrideTimeSignatureSettings
 #'Score
 #'(9 . 16) % time signature fraction
 #'(1 . 16) % base moment fraction
 #'(4 2 3)  % beatStructure
 #'()       % beamExceptions

 \time 9/16

I think (not tested) you can just write

\set beamExceptions = #'()
\set beatStructure=#'(4 2 3)
\time 9/16

No, it does not work (I retested it): on gets a 3+3+3 beaming. The command \time looks up a table, which is used.




reply via email to

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