On 12/25/09 4:31 AM, "Nick Payne" <nick.pa...@internode.on.net> wrote:

> Notes in a tuplet by default are getting beamed with notes outside the
> tuplet. Should the default beaming rules be doing this?
> 
> \version "2.13.9"
> 
> \relative c'' {
>      \time 3/4
>      c4. c8 \times 2/3 { c aes g }
> }
> 

Nick,

If you want to fix this, you can do so (as long as you aren't using the
measure_grouping_engraver) with the following:

\overrideBeamSettings #'Score #'(5 . 16) #'end #'((* . (1 1 1)))

HTH,

Carl



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

Reply via email to