]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-note-flags.ly
new file
[lilypond.git] / input / regression / spacing-note-flags.ly
1
2 \header {
3
4   texidoc = "The flags of 8th notes take some space, but not
5     too much: the space following a flag is less than the space
6     following a beamed 8th head."
7
8 }
9
10 \relative c'' \context Staff {
11   \set autoBeaming = ##f
12   a8[ a8 a8 a8]
13   a8 a8 a8 a8
14 }
15 \layout {
16   raggedright = ##t
17 }
18
19
20 \version "2.6.0"
21