]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-staffline-collision.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
index 9ae2b584b1ef71b9c6e87cff5983d58b3fc29841..8729d9747a7ba6ebb1f74045c4ca24da3cdd0cca 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.16.0"
+\version "2.17.11"
 \header {
 
   texidoc = "Horizontal tuplet brackets are shifted vertically
@@ -10,9 +10,9 @@ to avoid staff line collisions."
 \layout { ragged-right= ##t }
 
 \context Voice\relative c'' {
-  \times 2/3 { b'4 b b }
-  \times 2/3 { f4 f f }
-  \times 2/3 { g4 g g }
-  \times 2/3 { a4 a a }
+  \tuplet 3/2 { b'4 b b }
+  \tuplet 3/2 { f4 f f }
+  \tuplet 3/2 { g4 g g }
+  \tuplet 3/2 { a4 a a }
 }