]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-measure-length.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-measure-length.ly
index 3ab77b81bdb7807d6489e62475b332fef28c384d..2400a0343a6682df3794e6f03e7c60382351a8b6 100644 (file)
@@ -6,7 +6,7 @@ This means that the 3/8 setting does not affect the whole rest spacing."
 }
 
 
-\version "2.16.0"
+\version "2.17.11"
 
 \layout {
   ragged-right = ##t
@@ -14,11 +14,11 @@ This means that the 3/8 setting does not affect the whole rest spacing."
 
 \score {
   \new Staff \with {
-    \remove Separating_line_group_engraver
+    \remove "Separating_line_group_engraver"
   } {
     \relative c' {
-      \override Score.SpacingSpanner #'uniform-stretching = ##t
-      \set Score.proportionalNotationDuration = #(ly:make-moment 4 25)
+      \override Score.SpacingSpanner.uniform-stretching = ##t
+      \set Score.proportionalNotationDuration = #(ly:make-moment 4/25)
       r1
       \time 3/8 r4.
     }