1\version "2.16.0"
2
3\header {
4  texidoc = "The vertical spacing engine is not confused by a
5non-staff line below a system followed by a loose line above the
6next system.  Systems are spaced far enough that loose lines
7are not interleaved, even if gaps would allow interleaving."
8}
9
10\paper {
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
25