X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fentering-several-tuplets-using-only-one--times-command.ly;h=ef3e7befa7f200ce4aac2b3be13fa4679e400cf8;hb=1a4292f414b59aa92b65a6e69dd4d26d52263bee;hp=ce945363c4a7f4c596e88c9bec10212a25ea0d44;hpb=4941bb439fc495a651ce9843fe196fdc37ccebbc;p=lilypond.git diff --git a/input/lsr/entering-several-tuplets-using-only-one--times-command.ly b/input/lsr/entering-several-tuplets-using-only-one--times-command.ly index ce945363c4..ef3e7befa7 100644 --- a/input/lsr/entering-several-tuplets-using-only-one--times-command.ly +++ b/input/lsr/entering-several-tuplets-using-only-one--times-command.ly @@ -1,14 +1,15 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.11.46" \header { lsrtags = "rhythms" - texidoc = " -This example shows how to specify how long each of the tuplets -contained within the brackets after @code{\\times} should last. Many -consecutive tuplets can then be placed within a single @code{\\times @{ -... @}} expression, thus saving typing. + + texidoc = " +The property @code{tupletSpannerDuration} sets how long each of the +tuplets contained within the brackets after @code{\\times} should last. +Many consecutive tuplets can then be placed within a single +@code{\\times} expression, thus saving typing. In the example, two triplets are shown, while @code{\\times} was entered only once. @@ -16,9 +17,12 @@ entered only once. For more information about @code{make-moment}, see \"Time administration\". -" } -% begin verbatim -\relative { + +" + doctitle = "Entering several tuplets using only one \\times command" +} % begin verbatim +\relative c' { + \time 2/4 \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 { c8 c c c c c } }