lilypond-user
[Top][All Lists]
Advanced

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

Re: beam breaking in tuplets


From: Mats Bengtsson
Subject: Re: beam breaking in tuplets
Date: Sun, 05 Nov 2006 22:22:20 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

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 <address@hidden>:

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user








reply via email to

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