]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-extents.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / system-extents.ly
1 \version "2.1.23"
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 { \unset Staff.minimumVerticalExtent 
12     \slurDown c4 ( g4  c''4)
13
14 }
15
16     \paper { 
17          \translator {
18              \ScoreContext
19              \override System #'print-function = #box-grob-stencil
20              }
21     }
22 }
23