]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-nonstaff-lines-between-systems.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-between-systems.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "The vertical spacing engine is not confused by a
5 non-staff line below a system followed by a loose line above the
6 next system."
7 }
8
9 \paper {
10   indent = 0
11   ragged-right = ##t
12 }
13
14 \book {
15   \score {
16     <<
17       \chords { s1 \break d1 }
18       \new Staff = "s" { c1 c1 }
19       \addlyrics { word }
20       \addlyrics { \set alignAboveContext = "s" _ up }
21     >>
22   }
23 }
24