]> git.donarmstrong.com Git - lilypond.git/blob - input/test/harmonic.ly
*** empty log message ***
[lilypond.git] / input / test / harmonic.ly
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
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