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