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 16:43:42 +0000

Thanks Trevor, good catch. Have re-drafted the doc-string accordingly.

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 15:49:56, Ian Hulin (gmail) wrote:
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}.

tuplets specified by the current \tuplet command are to be subdivided.
To unset it, 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. The
@code{\tupletSpan} command is provided as a convenience for cases where
several @code{\tuplet} commands are coded and they all need to use the
same alternative spanner length.

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



reply via email to

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