]> git.donarmstrong.com Git - lilypond.git/blob - input/test/harmonic.ly
add version everywhere.
[lilypond.git] / input / test / harmonic.ly
1 \version "1.7.7"
2 \header {
3     texidoc =" Harmonic notes: a different style on the same stem. "
4 }
5 \score {
6 \notes { c'4
7
8          < c'4 \context Thread = tb {
9              \property Thread.NoteHead \set #'style = #'mensural
10              g''4
11              } >
12              
13     }
14 }
15 %% new-chords-done %%