Massive changes - see ChangeLog.
[lilypond.git] / input / regression / spacing-note-flags.ly
blob1fd32c5e2e1ff30144204fd402abb451280e94cb
1 #(ly:set-option 'old-relative)
2 \header {
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."
10 \score { \notes \relative c'' \context Staff {
11 \property Voice.autoBeaming = ##f
12 a8-[ a8 a8 a8]
13 a8 a8 a8 a8
15 \paper {
16 raggedright = ##t
20 \version "1.9.0"