]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tablature-hammer.ly
* lily/beam-engraver.cc (acknowledge_grob): set melismata for new
[lilypond.git] / input / test / tablature-hammer.ly
1 \version "1.7.16"
2 \header {
3 texidoc = "" 
4 }
5
6 \score{
7   \context TabStaff <
8         \notes\relative c''{
9                 c(d-)
10                 d(d-)
11                 d(c-)
12   }
13   >
14 }
15 %% new-chords-done %%