]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-loose-lines-after.ly
4bb87cd7fff8827e5246b623d4bdb1147d05ffbb
[lilypond.git] / input / regression / page-spacing-loose-lines-after.ly
1 \version "2.13.39"
2
3 \header {
4     texidoc = "A loose line (eg. a lyric line) at the bottom of a system
5 gets spaced appropriately."
6 }
7
8 \layout {
9   ragged-right = ##t
10   \context {
11     \Lyrics
12     \override VerticalAxisGroup #'nonstaff-nonstaff-spacing #'space = #20
13   }
14 }
15 <<
16     \new Staff \relative c'' {
17         d2 d c4 bes a2 \break
18     }
19     \addlyrics {
20         My first Li -- ly song,
21     }
22     \addlyrics {
23         Not much can go wrong!
24     }
25 >>
26