|
From: | Vaclav Smilauer |
Subject: | automatic beaming within tuplets |
Date: | Mon, 05 Jan 2004 20:37:28 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3 |
Hello,I am unable to find the right duration fraction for autoBeamSettings so that it would work in triplets. (end * * * *) works fine, but that is not what I want as it affects everything. Pasted example shows what I mean; I want all the c's beamed with two beams, not four.
Thanks for help. Vaclav. (LilyPond 2.1.0) \score { \notes { \relative c' {\property Voice.autoBeamSettings \override #'(end 1 8 * *) = #(ly:make-moment 1 2)
\times 2/3 { c'8 c c c c c c c c c c c} d d d d d d d d } } }
[Prev in Thread] | Current Thread | [Next in Thread] |