lilypond-devel
[Top][All Lists]
Advanced

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

Re: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration


From: ianhulin44
Subject: Re: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration (issue 7094044)
Date: Sat, 12 Jan 2013 15:49:56 +0000

OK, let's go with keeping \tupletSpan with a statement that it's not the
preferred way of doing things, and use \tupletSpan \default as the
unset.  I know \tupletSpanOff may be less typing, but the name kind of
implies it accepts #t/#f values.

I've only commented on the doc-text for the \tupletSpan bit, but
otherwise, if you fix up theĀ \default thing, It'll LGTM.

Cheers,
Ian


https://codereview.appspot.com/7094044/diff/2001/ly/music-functions-init.ly
File ly/music-functions-init.ly (right):

https://codereview.appspot.com/7094044/diff/2001/ly/music-functions-init.ly#newcode1365
ly/music-functions-init.ly:1365: tuplets are being subdivided.  To
unset, use a zero duration like
On 2013/01/12 12:54:25, Ian Hulin (gmail) wrote:
tuplets specified by the current \tuplet command are to be subdivided.
 To
unset, use a zero duration like @samp{1*0}. Doing this will ensure the
spanner
for the music on the current \tuplet command spans all the music,
rather than
the value set to any prior \tupletSpan call.

tuplets specified by the current \tuplet command are to be subdivided.
To unset, use @code{\tupletSpan \default}. Doing this will ensure the
spanner for the music on the current \tuplet command spans all the
music, rather than
the value set to any prior \tupletSpan call. In general, you are
recommended to use the optional @var{duration} parameter to the
@code{\tuplet} command rather than @code{\tupletSpan}.

https://codereview.appspot.com/7094044/

reply via email to

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