]> git.donarmstrong.com Git - lilypond.git/blob - 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
1 \version "2.13.39"
2
3 \header {
4   texidoc = "Loose lines can specify their padding or min-distance to the
5 staff for which they don't have affinity."
6 }
7
8 <<
9   \new Staff { c'1 }
10   \new Lyrics \with {
11     \override VerticalAxisGroup
12       #'nonstaff-unrelatedstaff-spacing #'padding = #'20
13   } \lyricmode { foo }
14   \new Staff { c'1 }
15 >>