]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-extents.ly
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / input / regression / system-extents.ly
1 \version "1.5.68"
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 #'molecule-callback = #box-grob-molecule
20              }
21     }
22 }