]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-note-flags.ly
* input/regression/spacing-note-flags.ly (raggedright): remove
[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]
12     a8 a8 a8 a8
13 }
14 \paper {
15 raggedright = ##t
16     }
17      }
18
19 \version "1.7.18"
20