]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-uniform-stretching.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / spacing-uniform-stretching.ly
index ba1457b9f5079d0721d111432fb743ead9f89bc8..3cb7b884b8bd8760ea9bdf8738c2fd6847924731 100644 (file)
@@ -6,16 +6,16 @@
 
 }
 
-\version "2.11.51"
+\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]
     
   }