]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-overstrike.ly
vertical spacing: Convert affected regtests.
[lilypond.git] / input / regression / system-overstrike.ly
1 \version "2.13.36"
2 \header {
3   texidoc = "By setting the padding between systems to a negative
4 value, it is possible to eliminate the anti-collision constraints.
5 "
6 }
7
8 \book {
9   \paper {
10       ragged-bottom =##t
11       system-system-spacing = #'((space . 1) (padding . -10))
12   }
13
14   {
15     c1 \break
16     c'''1
17   }
18 }