X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-the-tuplet-number.ly;h=5d4d8891066ccab518953da92a8a91ad4404f417;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=419f7616892be86f8c409330d70ff6d5056d6d1f;hpb=516cae503bc2b55e95604b0c0f681a6ccddcfab2;p=lilypond.git diff --git a/Documentation/snippets/changing-the-tuplet-number.ly b/Documentation/snippets/changing-the-tuplet-number.ly index 419f761689..5d4d889106 100644 --- a/Documentation/snippets/changing-the-tuplet-number.ly +++ b/Documentation/snippets/changing-the-tuplet-number.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.16.0" +\version "2.17.6" \header { lsrtags = "rhythms" @@ -23,8 +23,8 @@ be printed, or the tuplet number may be suppressed altogether. \relative c'' { \times 2/3 { c8 c c } \times 2/3 { c8 c c } - \override TupletNumber #'text = #tuplet-number::calc-fraction-text + \override TupletNumber.text = #tuplet-number::calc-fraction-text \times 2/3 { c8 c c } - \override TupletNumber #'stencil = ##f + \override TupletNumber.stencil = ##f \times 2/3 { c8 c c } }