]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-properties.ly
Release: bump VERSION.
[lilypond.git] / input / regression / tuplet-properties.ly
index f23ccc99d043318b146c46d0c414190f332ea23b..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
-  \tuplet 3/2 { c8^""^""^"up, no digit" c[ c] }
-  \revert TupletNumber.stencil
+  \omit TupletNumber
+  \tuplet 3/2 { c8^"up, no digit" c[ c] }
+  \undo \omit TupletNumber
 
   \override TupletBracket.bracket-visibility = ##t
   \override TupletBracket.edge-height = #'(0 . 0)
@@ -32,7 +32,7 @@ for instance, bracketed (B) and non-bracketed (NB).
   \revert TupletBracket.shorten-pair
 
   \override TupletBracket.bracket-flare = #'(0.5 . 0.5)
-  \tuplet 3/2 { b^""^""^"angled edges" b b }
+  \tuplet 3/2 { b^"angled edges" b b }
   \tupletNeutral
   \tuplet 3/2 { b b b }
 }