]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-loose-lines-non-affinity.ly
vert. spacing: Convert affected regtests, clean up.
[lilypond.git] / input / regression / page-spacing-loose-lines-non-affinity.ly
index 095080d6c0a0ce6f8cfec74453363d29dd5ac81a..2087cab7cad16432a5dbdb3def89d64125c1fd5f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.4"
+\version "2.13.39"
 
 \header {
   texidoc = "Loose lines can specify their padding or min-distance to the
@@ -7,7 +7,9 @@ staff for which they don't have affinity."
 
 <<
   \new Staff { c'1 }
-  \new Lyrics \with { \override VerticalAxisGroup #'non-affinity-spacing #'padding = #'20 }
-    \lyricmode { foo }
+  \new Lyrics \with {
+    \override VerticalAxisGroup
+      #'nonstaff-unrelatedstaff-spacing #'padding = #'20
+  } \lyricmode { foo }
   \new Staff { c'1 }
->>
\ No newline at end of file
+>>