]> git.donarmstrong.com Git - lilypond.git/blob - input/test/harmonic.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / harmonic.ly
1 \version "2.3.4"
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      { 
12              <c' g'\harmonic>4
13          }
14     \paper {
15         raggedright=##t
16     }
17 }
18