]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-nonstaff-lines-bottom.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-bottom.ly
1 \version "2.17.6"
2
3 \header {
4   texidoc = "A non-staff line (such as @code{Lyrics}) at the
5 bottom of a system gets spaced appropriately."
6 }
7
8 \layout {
9   ragged-right = ##t
10   \context {
11     \Lyrics
12     \override VerticalAxisGroup.nonstaff-nonstaff-spacing.basic-distance = #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