lilypond-devel
[Top][All Lists]
Advanced

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

Re: How should tupletSpannerDuration actually work?


From: Phil Holmes
Subject: Re: How should tupletSpannerDuration actually work?
Date: Sat, 12 Jan 2013 11:20:12 -0000

----- Original Message ----- From: "David Kastrup" <address@hidden>
To: <address@hidden>
Sent: Saturday, January 12, 2013 10:25 AM
Subject: How should tupletSpannerDuration actually work?



I have a hard time considering the output of




--------------------------------------------------------------------------------


\version "2.16.0"

\relative c' {
 \set tupletSpannerDuration = #(ly:make-moment 1 2)
 \times 2/3 { c8 d e f g a g f e d c d }
 \set tupletSpannerDuration = #(ly:make-moment 1 4)
 \times 2/3 { c4 d e f g a g f e d c d }
}



--------------------------------------------------------------------------------



useful:



I think that looks OK? It can't put correct triplet brackets over the crochets because the triplets are 1.5 crochets long. What do you think is wrong?

--
Phil Holmes



reply via email to

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