]> git.donarmstrong.com Git - lilypond.git/blob - input/test/harmonic.ly
Imported sources
[lilypond.git] / input / test / harmonic.ly
1 \version "2.1.19"
2 \header {
3     texidoc ="@cindex Artificial Harmonics
4
5
6 Artificial harmonics are notated with a different notehead style. This
7 achieved by marking the harmonic pitch with @code{\harmonic}."
8
9 }
10
11 \score {
12     \notes { 
13              <c' g'\harmonic>4
14          }
15     \paper {
16         raggedright=##t
17     }
18 }
19