]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-multi-tuplet.ly
Removes '-signs from vectors
[lilypond.git] / input / regression / spacing-multi-tuplet.ly
index 10ecffcd2eb70fb2631c3b9f375beb59753fb4fb..2ac5360241f8a7f7af9afbaba838ea2eb8e7716f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.17.6"
 
  \header{
 
@@ -11,7 +11,7 @@ hence it must be switched on explicitly with the
 \layout{
   \context{
     \Score
-    \override SpacingSpanner #'uniform-stretching = ##t
+    \override SpacingSpanner.uniform-stretching = ##t
   }
 }