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