]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-no-note.ly
(Two-pass vertical spacing): add documentation for two-pass spacing
[lilypond.git] / input / regression / spacing-no-note.ly
1 \header {
2
3   texidoc = "In the absence of NoteSpacings, wide objects still get
4 extra space. In this case, the slash before the barline gets a little
5 more space. "
6
7 }
8 \layout { ragged-right  = ##t }
9 \version "2.9.21"
10 {
11   \time 2/4 
12   \repeat "percent" 3  { c'4 }
13 }