]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-loose-lines-before.ly
66cfb814a8c2f782fce65b5fcb6248e5d9c2d129
[lilypond.git] / input / regression / page-spacing-loose-lines-before.ly
1 \version "2.13.4"
2
3 \header {
4     texidoc = "A loose line (eg. a lyric line) at the top of a system
5 is spaced appropriately."
6 }
7
8 \layout {
9   ragged-right = ##t
10   \context {
11     \Lyrics
12     \override VerticalAxisGroup #'inter-loose-line-spacing #'minimum-distance = #20
13     \override VerticalAxisGroup #'staff-affinity = #DOWN
14   }
15 }
16 <<
17   \new Lyrics \lyricmode {
18     My2 first Li4 -- ly song,
19   }
20   \new Lyrics \lyricmode {
21     Not2 much can4 go wrong!
22   }
23   \context Voice = "voice" \relative c'' {
24     d2 d c4 bes a2
25   }
26 >>
27