]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-length-estimation.ly
d6cc841931e225384a3dd966c1e914d19678de2d
[lilypond.git] / input / regression / stem-length-estimation.ly
1 \version "2.13.36"
2
3 \header {
4   texidoc = "Stems with overridden 'length should not confuse height estimation.
5 This example should fit snugly on one page.
6 "
7 }
8
9 \paper { 
10   #(set-paper-size "a6")
11   tagline = ##f
12   system-system-spacing #'padding = #1.20
13 }   
14
15
16 \new Voice {
17   \voiceTwo
18   \override Staff.Stem #'length = #0
19   \repeat unfold 144 a
20 }