lilypond-auto
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3095 in lilypond: Patch: Create a \tuplet function to complement \times and tupletSpannerDuration
Date: Fri, 25 Jan 2013 23:03:06 +0000

Updates:
        Status: Fixed
        Labels: -Patch-countdown Fixed_2_17_11

Comment #19 on 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

Pushed to staging as
commit 76ccc4db901632e202f8ca6b49c697c0acb68f6d
Author: David Kastrup <address@hidden>
Date:   Tue Jan 15 12:50:09 2013 +0100

    display-lily-tests.ly: Add tupletSpanDuration-setting form of \tuplet

commit fbe8b9bf789f4a9833e1581dbb6ba4fce71a6cd2
Author: David Kastrup <address@hidden>
Date:   Thu Jan 24 13:46:43 2013 +0100

    Run scripts/auxiliar/update-with-convert-ly.sh

commit 6f1f57822ea1fcef007fff4458a31ab0dbd30898
Author: David Kastrup <address@hidden>
Date:   Thu Jan 10 17:00:48 2013 +0100

define-music-display-methods.scm: use \tuplet rather than \times for TimeScaledMusic

commit 399a38d8ae2aec5fdb5cfa0beb29a95e45e02a03
Author: David Kastrup <address@hidden>
Date:   Thu Jan 10 16:20:41 2013 +0100

    convertrules.py: substitute \times with \tuplet where appropriate

    Also convert set/unset of tupletSpannerDuration to \tupletSpan

commit ddaf8f8c52271d1e9bee0a72a4f0ad4e23b1e597
Author: David Kastrup <address@hidden>
Date:   Thu Jan 10 00:32:41 2013 +0100

Issue 3095: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration

    \tuplet:
    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 duration
    @var{tuplet-span} is specified, it is used instead of
    @code{tupletSpannerDuration} for grouping the tuplets.
    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.

    tupletSpan:
    Set @code{tupletSpannerDuration}, the length into which
    @code{\tuplet} without an explicit @samp{tuplet-span} argument of its
    own will group its tuplets, to the duration @var{tuplet-span}.  To
revert to the default of not subdividing the contents of a @code{\tuplet}
    command without explicit @samp{tuplet-span}, use
    @example
    \tupletSpan \default
    @end example

commit c3d30cde5a4e1ba4d8e044fec7677629269b9443
Author: David Kastrup <address@hidden>
Date:   Fri Jan 11 09:44:06 2013 +0100

If TimeScaledMusic carries a duration, let it override tupletSpannerDuration





reply via email to

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