]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-uniform-stretching.ly
Doc-es: various updates.
[lilypond.git] / input / regression / spacing-uniform-stretching.ly
index f3e96d0c33e08c88d81917630f9a14b623694854..3cb7b884b8bd8760ea9bdf8738c2fd6847924731 100644 (file)
@@ -6,16 +6,16 @@
 
 }
 
-\version "2.7.4"
+\version "2.19.21"
 
-\relative c''
+\relative
 <<
-  \override  Score.SpacingSpanner #'uniform-stretching = ##t 
+  \override  Score.SpacingSpanner.uniform-stretching = ##t 
   \new Staff {
-    c16[ c c c c c c c c c16]
+    c''16[ c c c c c c c c c16]
   }
   \new Staff {
-    \times 6/7 { c16 c c cis c c c }
+    \tuplet 7/6 { c16 c c cis c c c }
     c8[ c32 c32 c16]
     
   }