]> git.donarmstrong.com Git - lilypond.git/blob - input/test/harmonic.ly
0fd80a36fd3861b36be35d09492c845835fa1c06
[lilypond.git] / input / test / harmonic.ly
1 \version "1.9.2"
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
8
9          < c'4 \new Thread {
10              \property Thread.NoteHead \set #'style = #'harmonic
11              g'4
12              } >
13              
14     }
15         \paper {raggedright=##t}
16 }
17