]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-nonstaff-lines-unrelated.ly
c1c6c12dd14adb05ed2dac4ff0fce7d6d5f76a85
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-unrelated.ly
1 \version "2.13.39"
2
3 \header {
4   texidoc = "Non-staff lines (such as @code{Lyrics}) can specify
5 their @code{padding} or @code{minimum-distance} to the staff for
6 which they don't have affinity."
7 }
8
9 <<
10   \new Staff { c'1 }
11   \new Lyrics \with {
12     \override VerticalAxisGroup
13       #'nonstaff-unrelatedstaff-spacing #'padding = #'20
14   } \lyricmode { foo }
15   \new Staff { c'1 }
16 >>