]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-extents.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / input / regression / system-extents.ly
1 \version "2.3.16"
2 \header {
3
4     texidoc = "The size of every system is correctly determined; this 
5     includes postscript constructs such as slurs."
6
7     }
8           
9
10 \paper { 
11     \context {
12         \Score
13         \override System #'print-function = #box-grob-stencil
14     }
15 }
16
17 \new Voice
18 {
19     \unset Staff.minimumVerticalExtent 
20     \slurDown c4 ( g4  c''4)
21 }
22