lilypond-user
[Top][All Lists]
Advanced

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

Re: Default beaming with tuplets


From: Carl Sorensen
Subject: Re: Default beaming with tuplets
Date: Sat, 26 Dec 2009 05:47:26 -0700



On 12/25/09 4:31 AM, "Nick Payne" <address@hidden> 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





reply via email to

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