]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-note-flags.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-note-flags.ly
1 \header {
2
3 texidoc = "The flags of 8th notes take some space, but not
4     too much: the space following a flag is less than the space
5     following a beamed 8th head"
6
7 }
8
9 \score { \notes \relative c'' \context Staff {
10     \property Voice.autoBeaming = ##f
11     [a8 a8 a8 a8] a8 a8 a8 a8
12 }
13 \paper {
14 %stafflinethickness = 0.0
15 linewidth = -1
16     }
17      }
18
19 \version "1.7.6"
20 %% new-chords-done %%