]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-properties.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tuplet-properties.ly
index e050f84c439de7291db69a05bb126018b6c90322..4e5e839c8ab9360ad9f8eb32ed0ab95855f3ce4a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.11"
+\version "2.19.21"
 
 \header {
   texidoc = "Tuplet bracket formatting supports numerous options,
@@ -6,9 +6,9 @@ for instance, bracketed (B) and non-bracketed (NB).
 "
 }
 
-\context Voice \relative c'' {
+\context Voice \relative {
 
-  \tuplet 3/2 { c'8 c,, c }
+  \tuplet 3/2 { c'''8 c,, c }
   \tuplet 3/2 { c'8 c'' c,, }
 
   \tuplet 3/2 { c8[^"NB" c c] }
@@ -20,9 +20,9 @@ for instance, bracketed (B) and non-bracketed (NB).
   \tuplet 3/2 { c8[ c c] }
 
   \tupletUp
-  \override TupletNumber.stencil = ##f
+  \omit TupletNumber
   \tuplet 3/2 { c8^"up, no digit" c[ c] }
-  \revert TupletNumber.stencil
+  \undo \omit TupletNumber
 
   \override TupletBracket.bracket-visibility = ##t
   \override TupletBracket.edge-height = #'(0 . 0)