]> 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 f32952e3873a2e7fe7ecb063957d91a227345b72..3cb7b884b8bd8760ea9bdf8738c2fd6847924731 100644 (file)
@@ -6,16 +6,16 @@
 
 }
 
-\version "2.12.0"
+\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]
     
   }