]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-bracket-vertical-skylines.ly
page-layout: skip spacing spec for empty lines; issue 1669
[lilypond.git] / input / regression / tuplet-bracket-vertical-skylines.ly
index 160259135c497e854d529442fce06e1b1c1719b8..752f595128f86978dd1dc51cc41778f492d40a28 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.17.11"
 
 \header {
   texidoc = "Tuplet brackets do not push objects with outside-staff-priority
@@ -8,5 +8,5 @@ too high.
 
 \relative c' {
   \override TupletBracket.direction = #UP
-  \times 1/1 { a^"foo" a' a' a' }
+  \tuplet 1/1 { a^"foo" a' a' a' }
 }