]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-extents.ly
cleanup. Separate into internal
[lilypond.git] / input / regression / system-extents.ly
1 \version "2.1.21"
2 \header {
3
4     texidoc = "LilyPond correctly determines the size of every
5     system. This includes postscript constructs such as slurs."
6
7     }
8           
9 \score { \notes
10 \context Voice
11 { \property Staff.minimumVerticalExtent \unset
12     \slurDown c4 ( g4  c''4)
13
14 }
15
16     \paper { 
17          \translator {
18              \ScoreContext
19              System \override #'print-function = #box-grob-molecule
20              }
21     }
22 }
23