]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/skyline-vertical-spacing.ly
Add NEWS and regression test for skyline-vertical-spacing
[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
9 \version "2.11.0"
10 \book {
11   \score {
12     {
13       a,,1 | a'4 b' c'' d'' \break
14       \repeat unfold 2 {a' b' c'' d''} | b''''1
15     }
16   }
17 }