]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-extents.ly
*** empty log message ***
[lilypond.git] / input / regression / system-extents.ly
1 \version "2.1.28"
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 \score { \notes
10 \context Voice
11 { \unset Staff.minimumVerticalExtent 
12     \slurDown c4 ( g4  c''4)
13
14 }
15
16     \paper { 
17          \translator {
18              \ScoreContext
19              \override System #'print-function = #box-grob-stencil
20              }
21     }
22 }
23