]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-extents.ly
a72e3b2ca31c2e34c528c85120121526f6c26c06
[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 {\slurDown c4 ( g4 ) c''4
12
13 }
14
15     \paper { 
16          \translator {
17              \ScoreContext
18              System \override #'molecule-callback = #box-grob-molecule
19              }
20     }
21 }