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