]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-length-estimation.ly
vertical spacing: Revise/rename affected regtests.
[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 \new Voice {
16   \voiceTwo
17   \override Staff.Stem #'length = #0
18   \repeat unfold 144 a
19 }