]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-nonstaff-lines-bottom.ly
Change space to basic-distance in spacing alists.
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-bottom.ly
index ec15e48940d569d44af504f391b06e540c823a0a..b99304a0ad7e9021b97b428c5f5a2eeadd5181dd 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.39"
+\version "2.13.42"
 
 \header {
   texidoc = "A non-staff line (such as @code{Lyrics}) at the
@@ -9,7 +9,7 @@ bottom of a system gets spaced appropriately."
   ragged-right = ##t
   \context {
     \Lyrics
-    \override VerticalAxisGroup #'nonstaff-nonstaff-spacing #'space = #20
+    \override VerticalAxisGroup #'nonstaff-nonstaff-spacing #'basic-distance = #20
   }
 }
 <<