Jonathan Henkelman wrote:

How exactly will this work. \times 2/3 {c8 d e f g a} does not produce the output _I_ would expect, which is two standard triplets. Instead it produces two triplets with a single spanner with the text '3' in it. Do we want to work on this default notation at the same time?
That's an example where you need to set the tupletSpannerDuration property:
\set tupletSpannerDuration = #(ly:make-moment 1 4)
\times 2/3 {c8 d e f g a}

  /Mats


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

Reply via email to