How can I get Lilypond to beam dotted quavers in 12/16 as 2 pairs per bar 
automatically, while retaining its default behaviour of beaming semiquavers in 
4 threes per bar? I've tried what I thought was the correct syntax, but it 
fails.

%%% beginning of example

\version "2.13.17"

{
    \time 12/16
    \overrideBeamSettings #'Score #'(12 . 16) #'end
            #'(
                ((1 . 16) . (3 3 3 3))
                ((3 . 16) . (2 2))
            )
    \repeat unfold 12 f'16
    \repeat unfold 4 { f'8 f'16 }
    \repeat unfold 4 f'8.
}
%%% end of example

                                          
_________________________________________________________________
http://clk.atdmt.com/UKM/go/195013117/direct/01/
We want to hear all your funny, exciting and crazy Hotmail stories. Tell us now
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to