]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-bracket-cross-staff.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / tuplet-bracket-cross-staff.ly
index 7f864fa85d34c54897e44321198c6d24f79b2973..2e6c9d0f34a48b95a33148d17f4a5e490663f01d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.17.11"
 
 \paper {
   ragged-right = ##t
@@ -17,12 +17,12 @@ even across multiple staves."
 }
 
 voice = {
-  \times 2/3 { b8 \change Staff=I c' d' }
-  \times 2/3 { d' c' \change Staff=II b }
-  \times 2/3 { \change Staff=III c,
+  \tuplet 3/2 { b8 \change Staff=I c' d' }
+  \tuplet 3/2 { d' c' \change Staff=II b }
+  \tuplet 3/2 { \change Staff=III c,
                \change Staff=II b
                \change Staff=I c' }
-  \times 2/3 { c'[ \change Staff=II b] c }
+  \tuplet 3/2 { c'[ \change Staff=II b] c }
 }
 
 \score {