2013/1/12 Phil Holmes <[email protected]>: > ----- 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:
the tuplet bracket over the crotchets is what the client asked for, so while I too consider it useless, there may be not too much to do about it. the first example is more serious, it shows a shortcoming of default beaming: it can't distinguish between sextuplet and (subdivided) triplet (contrary to the NOTE in the header of time-signature-settings.scm). p _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
