]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tablature-hammer.ly
update syntax in .ly files.
[lilypond.git] / input / test / tablature-hammer.ly
1 \version "1.7.6"
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 %%