release commit
[lilypond.git] / input / test / harmonic.ly
blobfe8161e264fc9d2cf8b0e8aef7a8d403a1358df8
1 \version "2.1.7"
2 \header {
3 texidoc ="@cindex Artificial Harmonics
4 For stringed instruments, artificial harmonics are notated with
5 two different notehead styles on the same stem. " }
6 \score {
7 \notes { c'4
9 << c'4 \new Thread {
10 \property Thread.NoteHead \set #'style = #'harmonic
11 g'4
12 } >>
15 \paper {raggedright=##t}