]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-multi-tuplet.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-multi-tuplet.ly
index f6b578fdf0e1d93ebb8dbee42cbbc5943765a93f..bab9232a8d1b7113ec43676e601aaa1352c96622 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.17.11"
 
  \header{
 
@@ -8,21 +8,22 @@ hence it must be switched on explicitly with the
 @code{uniform-stretching} property of @code{SpacingSpanner}."
 }
 
-
+\layout{
+  \context{
+    \Score
+    \override SpacingSpanner.uniform-stretching = ##t
+  }
+}
 
 \relative c' { 
-  \new Score \with
-  {
-    \override SpacingSpanner #'uniform-stretching = ##t 
-  }
   \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] } 
     }
   >>
 }