]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-nonstaff-lines-between-systems.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-between-systems.ly
1 \version "2.16.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.  Systems are spaced far enough that loose lines
7 are 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