----- Original Message ----- From: "David Kastrup" <[email protected]>
To: <[email protected]>
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

_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to