MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / page-spacing-nonstaff-lines-unrelated.ly
blobc1c6c12dd14adb05ed2dac4ff0fce7d6d5f76a85
1 \version "2.13.39"
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."
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 }