]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-chord.ly
bfdd455cbddc1911abc25e8eb4e89cf782b31829
[lilypond.git] / input / regression / note-head-chord.ly
1
2 \header {
3     texidoc = "Note heads are flipped on the stem to prevent collisions.
4 It also works for whole heads that have invisible stems.
5 "
6
7 }
8
9 \score { \notes \relative c''
10          \context Thread {
11              <g4 a c>
12              <c d g a>
13              <c d e >
14              <c c g>
15              <c1 d f g>
16     }}