]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-chord.ly
*** empty log message ***
[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 \score { \notes \relative c''
11          \context Thread {
12              <<g a c>>4
13              <<c d g a>>
14              <<c d e >>
15              <<c c g>>
16              <<c d f g>>1
17     }}
18 %% new-chords-done %%