]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-nonstaff-lines-top.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-top.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "A non-staff line (such as @code{Lyrics}) at the top
5 of a system is spaced appropriately."
6 }
7
8 \layout {
9   ragged-right = ##t
10   \context {
11     \Lyrics
12     \override VerticalAxisGroup.nonstaff-nonstaff-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 {
24     d''2 d c4 bes a2
25   }
26 >>
27