On 18 Aug 2010, at 17:50, Carl Sorensen 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

If you don't want to do \overrideTimeSignatureSettings, it would be
sufficient to do

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

because the \time call resets beatStructure.

That does not work: I get 3+3+3 on that one, too. So perhaps there is a bug here.



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to