]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-chord.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / note-head-chord.ly
1
2 \version "2.1.26"
3
4 \header {
5     texidoc = "Note heads are flipped on the stem to prevent collisions.
6 It also works for whole heads that have invisible stems.
7 "
8
9 }
10
11     \paper { raggedright= ##t }
12
13 \score { \notes \relative c''
14          \context Voice {
15              <g a c>4
16              <c d g a>
17              <c d e >
18              <c c g>
19              <c d f g>1
20     }}
21