]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-tuplet-number.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / changing-the-tuplet-number.ly
index a33a7fb791f240c1d5dec127248184e99f9df6ae..c69fc05c6b262cdc1e5ff200feb76989109bb7b1 100644 (file)
@@ -5,7 +5,7 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.17.11
-\version "2.17.11"
+\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 }
 }