]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-extents.ly
Doc-es: various updates.
[lilypond.git] / input / regression / system-extents.ly
1 \version "2.17.6"
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     \override Score.RehearsalMark.font-size = #20
20     
21     \slurDown c4 ( g4  c''4)
22 }
23