]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-nonstaff-lines-unrelated.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-unrelated.ly
index 16e5588d276aa61e532e8702817eadb31fee8893..82d07a9be85894a8b2a57061c122404b2d821df7 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "Non-staff lines (such as @code{Lyrics}) can specify
@@ -9,8 +9,7 @@ which they don't have affinity."
 <<
   \new Staff { c'1 }
   \new Lyrics \with {
-    \override VerticalAxisGroup
-      #'nonstaff-unrelatedstaff-spacing #'padding = #'20
+    \override VerticalAxisGroup.nonstaff-unrelatedstaff-spacing.padding = #'20
   } \lyricmode { foo }
   \new Staff { c'1 }
 >>