]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-overstrike.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / system-overstrike.ly
1 \version "2.12.0"
2 \header { texidoc = "By setting between-system-padding to a negative
3 value, it is possible to eliminate the anti-collision constraints.
4 Then  setting @code{between-system-space} 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     ragged-bottom =##t
14     between-system-padding = - 4\cm
15     between-system-space = 3\mm
16 }
17
18 {
19     c1 \break
20     c'''1
21 }
22