]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-no-note.ly
7d65c9e2385337c9a2ecee8f3fcc6dc8d0c242a9
[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 }