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