]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-tuplet-number.ly
Merge branch 'translation'
[lilypond.git] / Documentation / snippets / changing-the-tuplet-number.ly
index a33a7fb791f240c1d5dec127248184e99f9df6ae..e0257869b78ebe016e8de761ffd877034f59b50b 100644 (file)
@@ -4,8 +4,8 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.17.11
-\version "2.17.11"
+%% Note: this file works from version 2.17.30
+\version "2.17.30"
 
 \header {
   lsrtags = "rhythms"
@@ -26,6 +26,6 @@ be printed, or the tuplet number may be suppressed altogether.
   \tuplet 3/2 { c8 c c }
   \override TupletNumber.text = #tuplet-number::calc-fraction-text
   \tuplet 3/2 { c8 c c }
-  \override TupletNumber.stencil = ##f
+  \omit TupletNumber
   \tuplet 3/2 { c8 c c }
 }