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