]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-extents.ly
Merge branch 'stable'
[lilypond.git] / input / regression / system-extents.ly
1 \version "2.12.0"
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
10 \layout { 
11     \context {
12         \Score
13         \override System  #'stencil = #box-grob-stencil
14     }
15 }
16
17 \new Voice
18 {
19     \unset Staff.minimumVerticalExtent
20     \override Score.RehearsalMark #'font-size = #20
21     
22     \slurDown c4 ( g4  c''4)
23 }
24