]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-nonstaff-lines-skylines.ly
Doc-es: various updates.
[lilypond.git] / input / regression / page-spacing-nonstaff-lines-skylines.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Relative indentation between systems is taken into
5   account in allowing space for loose lines between systems."
6 }
7
8 \paper {
9   ragged-right = ##t
10   indent = 10
11   short-indent = 00
12 }
13
14 \book {
15   \score { <<
16     \chords {s1\break c2 c2 }
17     \new Staff {\clef bass c,1 | c''2 c2 }
18   >> }
19 }