Status: Accepted Owner: ---- Labels: Type-Documentation
New issue 3124 by [email protected]: tupletSpannerDuration: use consistently the rational form for make-moment
http://code.google.com/p/lilypond/issues/detail?id=3124 Reported on lilypond-user: http://lists.gnu.org/archive/html/lilypond-user/2013-01/msg00762.html \time 2/4 \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 { c8 c c c c c } Both #(ly:make-moment 1 4) and #(ly:make-moment 1/4) are valid. One of these forms should be consistently used throughout the documentation. David recommended using the rational form: """ At any rate, due to its better mnemonic value (and the availability of ly:moment-main and ly:moment-grace also from around that time), I think we should preferably aim for the rational form. """ http://lists.gnu.org/archive/html/bug-lilypond/2013-01/msg00134.html
