]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tablature-hammer.ly
d96f594a24bb70a37482f72dfe373e5d645f1ffd
[lilypond.git] / input / test / tablature-hammer.ly
1
2 \version "2.1.26"
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