]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tablature-hammer.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / test / tablature-hammer.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header {texidoc = "@cindex Tablature hammer
4 You can fake a hammer in tablature with slurs. "
5
6
7 \score{
8   \context TabStaff <
9         \notes\relative c''{
10                 c(d-)
11                 d(d-)
12                 d(c-)
13   }
14   >
15         \paper{ raggedright = ##t}
16 }
17