]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-note-flags.ly
dc0293b058b88a891a6fc8b6892e8481de6804c8
[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 \score {  \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