]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-note-flags.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-note-flags.ly
1 \version "2.19.21"
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 \context Staff {
16   \set autoBeaming = ##f
17   a'8[ a8 a8 a8]
18   a8 a8 a8 a8
19 }
20
21
22
23