]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-nonstaff-lines-top.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-top.ly
1 \version "2.16.0"
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
13       #'nonstaff-nonstaff-spacing #'minimum-distance = #20
14     \override VerticalAxisGroup #'staff-affinity = #DOWN
15   }
16 }
17 <<
18   \new Lyrics \lyricmode {
19     My2 first Li4 -- ly song,
20   }
21   \new Lyrics \lyricmode {
22     Not2 much can4 go wrong!
23   }
24   \context Voice = "voice" \relative c'' {
25     d2 d c4 bes a2
26   }
27 >>
28