lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3095 in lilypond: Patch: Create a \tuplet function


From: lilypond
Subject: [Lilypond-auto] Issue 3095 in lilypond: Patch: Create a \tuplet function to complement \times and tupletSpannerDuration
Date: Wed, 09 Jan 2013 23:38:55 +0000

Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new

New issue 3095 by address@hidden: Patch: Create a \tuplet function to complement \times and tupletSpannerDuration
http://code.google.com/p/lilypond/issues/detail?id=3095

Create a \tuplet function to complement \times and tupletSpannerDuration

Here is its DOC string:

Scale the given @var{music} to tuplets.  @var{ratio} is a
fraction that specifies how many notes are played in place of the
nominal value: it will be @samp{3/2} for triplets, namely three notes
being played in place of two.  If the optional @var{duration} is
specified, it is used for initializing @code{tupletSpannerDuration}.
For example,
@example
\tuplet 3/2 4 { c8 c c c c c }
@end example
will result in two groups of three tuplets, each group lasting for a
quarter note.  The value of @code{tupletSpannerDuration} is retained
as default if it is set in this manner.  Clearing it can be achieved
by specifying @samp{1*0} as @var{duration}.

Also:
Let input/regression/auto-beam-tuplets.ly use \tuplet


There has been an extensive discussion about the tuplet project on the
developer mailing list.  To be honest, I don't remember the details
but it would appear that nothing that actually entered LilyPond came
of it.  So let's get the ball rolling again.

http://codereview.appspot.com/7058068




reply via email to

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