]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-nonstaff-lines-independent.ly
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-independent.ly
index 35b583429b738253fcc6c2d7f828b68242774545..43a01b7d5af483b0b519f98a36298e5f277183aa 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 
 \header {
   texidoc = "Spacing rules between Staves coexist with rules affecting
@@ -12,14 +12,14 @@ staves is larger than the @code{padding} for associated lyrics."
   \new Staff = "bass" \new Voice = "b" { \clef bass c2 c' }
   \new Lyrics \with {
     alignAboveContext = "bass"
-  } \lyricsto "b" \lyricmode { bass \skip2 }
+  } \lyricsto "b" { 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))
   }
 }