lilypond-user
[Top][All Lists]
Advanced

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

Re: 8th triplets in 3/4 beaming?


From: -Eluze
Subject: Re: 8th triplets in 3/4 beaming?
Date: Sat, 12 Jun 2010 23:50:40 -0700 (PDT)


Mike Blackstock-3 wrote:
> 
> This:
> \relative c' {
>       \time 2/4
>       \times 2/3 {c8 c c }
>       \times 2/3 {c c c }
> }
> 
> gives me this, as expected: http://www.vex.net/~mikeb/ex2-4.png
> (beam connecting 3 triplets then a new beam)
> 
> but this, in 3/4 with 3 triplets:
> \relative c' {
>       \time 3/4
>       \times 2/3 {c8 c c }
>       \times 2/3 {c c c }
>       \times 2/3 {c c c }
> }
> 
> gives me this, with beams all  connected:
> http://www.vex.net/~mikeb/ex3-4.png
> 
> Every time signature but 3/4 gives me the expected result - beam
> connecting 3 triplets, then a new beam.
> Am I missing something obvious?
> 
> 
that's how it is defined in beam-settings.scm - you can overwrite this
behaviour:

\overrideBeamSettings #'Score #'(3 . 4) #'end #'((* . (1 1 1)))

hth
-- 
View this message in context: 
http://old.nabble.com/8th-triplets-in-3-4-beaming--tp28869043p28869448.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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