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