]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-loose-lines-non-affinity.ly
095080d6c0a0ce6f8cfec74453363d29dd5ac81a
[lilypond.git] / input / regression / page-spacing-loose-lines-non-affinity.ly
1 \version "2.13.4"
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 { \override VerticalAxisGroup #'non-affinity-spacing #'padding = #'20 }
11     \lyricmode { foo }
12   \new Staff { c'1 }
13 >>