If you divide a 3/4 measure into 4 equal beats, then each beat will be 3/16 long. So, you can obtain what you want with #(override-auto-beam-setting '(end * * * *) 3 16)
#(override-auto-beam-setting '(end * * * *) 6 16)
#(override-auto-beam-setting '(end * * * *) 9 16)

Since this is a fairly uncommon rhythm, LilyPond does not
specify any such default behaviour.

  /Mats


Quoting Victor Eijkhout <[EMAIL PROTECTED]>:

Is this a bug or a feature? (2.9.27, PPC)

\relative c'' {
\time 3/4
\times 3/4 { r4 g8 a16 bes a8 bes16 c d8 c16 bes } |
#(override-auto-beam-setting '(end 1 16 * *) 2 4)
r4 g8 a16 bes a8 bes16 c  |
}

I was expecting the beam in the tuplet to be broken the same way as in the measure after.

If I was expecting wrong, I'd appreciate a hint as to how to force this behaviour.

Victor.



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






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

Reply via email to