]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/skyline-vertical-spacing.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / skyline-vertical-spacing.ly
1 \header {
2   texidoc = "We use a skyline algorithm to determine the distance to the next
3 system instead of relying only on bounding boxes. This keeps gaps between
4 systems more uniform."
5 }
6
7 \paper {ragged-right = ##t}
8 #(set-default-paper-size "a6")
9
10 \version "2.11.0"
11 \book {
12   \score {
13     {
14       a,,1 | a'4 b' c'' d'' \break
15       \repeat unfold 2 {a' b' c'' d''} | b''''1
16     }
17   }
18 }