]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-nonstaff-lines-independent.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-independent.ly
index 35b583429b738253fcc6c2d7f828b68242774545..b3de7698911aeb8609f82955e2ac3676e92cfba5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.25"
 
 \header {
   texidoc = "Spacing rules between Staves coexist with rules affecting
@@ -9,17 +9,17 @@ staves is larger than the @code{padding} for associated lyrics."
 <<
   \new Staff { c''2 c }
   \addlyrics { high \skip2 }
-  \new Staff = "bass" \new Voice = "b" { \clef bass c2 c' }
-  \new Lyrics \with {
+  \new Staff = "bass" { \clef bass c2 c' }
+  \addlyrics \with {
     alignAboveContext = "bass"
-  } \lyricsto "b" \lyricmode { bass \skip2 }
+  } { bass \skip2 }
 >>
 \layout {
   \context {
     \Lyrics
-    \override VerticalAxisGroup #'nonstaff-relatedstaff-spacing = #'((padding . 0.2))
+    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((padding . 0.2))
   } \context {
     \Staff
-    \override VerticalAxisGroup #'default-staff-staff-spacing = #'((padding . 4))
+    \override VerticalAxisGroup.default-staff-staff-spacing = #'((padding . 4))
   }
 }