]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-overstrike.ly
* input/regression/system-overstrike.ly: new file.
[lilypond.git] / input / regression / system-overstrike.ly
1 \version "2.3.16"
2 \header { texidoc = "By setting betweensystempadding to a negative
3 value, it is possible to eliminate the anti-collision constraints.
4 Then  setting @code{betweensystemspace} to a low (nonzero) value,
5 print  systems in overstrike. "
6 }
7
8 \bookpaper {
9     raggedbottom =##t
10     betweensystempadding = - 4\cm
11     betweensystemspace = 3\mm
12 }
13
14 {
15     c1 \break
16     c'''1
17 }
18