]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-note-flags.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / spacing-note-flags.ly
1
2 \header {
3
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."
7
8 }
9
10 \score { \notes \relative c'' \context Staff {
11     \set autoBeaming = ##f
12     a8[ a8 a8 a8]
13     a8 a8 a8 a8
14 }
15 \paper {
16 raggedright = ##t
17     }
18      }
19
20 \version "2.1.26"
21