]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-measure-length.ly
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / input / regression / spacing-measure-length.ly
index 848f27870df775fc55d6d4a92eeb4a55d0dadcc4..2400a0343a6682df3794e6f03e7c60382351a8b6 100644 (file)
@@ -1,12 +1,12 @@
 \header {
 
-  texidoc = "Horizontal spacing is bounded by of the current measure length.
+  texidoc = "Horizontal spacing is bounded by the current measure length.
 This means that the 3/8 setting does not affect the whole rest spacing." 
 
 }
 
 
-\version "2.11.1"
+\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.
     }