]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-multi-tuplet.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / spacing-multi-tuplet.ly
index acc53cc8fe5e51c66c0b05643ee7b5bb883e0242..bab9232a8d1b7113ec43676e601aaa1352c96622 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.11"
 
  \header{
 
@@ -11,19 +11,19 @@ hence it must be switched on explicitly with the
 \layout{
   \context{
     \Score
-    \override SpacingSpanner #'uniform-stretching = ##t
+    \override SpacingSpanner.uniform-stretching = ##t
   }
 }
 
 \relative c' { 
   \context StaffGroup << 
     \new Staff  \context Voice { 
-      \times 2/10 {  c8[ c c c c c c c c c] } 
-      \times 2/10 {  c[  c c c c c c c c c] } 
+      \tuplet 10/2 {  c8[ c c c c c c c c c] } 
+      \tuplet 10/2 {  c[  c c c c c c c c c] } 
     }
     \new Staff  \context Voice { 
-      \times 2/11 {  c8[ c c c c c c c c c c] } 
-      \times 2/11 {  c[  c c c c c c c c c c] } 
+      \tuplet 11/2 {  c8[ c c c c c c c c c c] } 
+      \tuplet 11/2 {  c[  c c c c c c c c c c] } 
     }
   >>
 }