]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-overstrike.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / system-overstrike.ly
1 \version "2.7.13"
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 Unfortunately, this does not show in the colllated texinfo document. Run this example stand-alone to see the effect.
8 "
9           
10 }
11
12 \paper {
13     raggedbottom =##t
14     betweensystempadding = - 4\cm
15     betweensystemspace = 3\mm
16 }
17
18 {
19     c1 \break
20     c'''1
21 }
22