]> git.donarmstrong.com Git - lilypond.git/blob - input/test/harmonic.ly
(neumeDemoPaper): remove duplication from
[lilypond.git] / input / test / harmonic.ly
1 \version "2.3.8"
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