]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tablature-hammer.ly
674bd535b481055e1c18b7b41957875debead124
[lilypond.git] / input / test / tablature-hammer.ly
1
2 \version "2.1.26"
3 \header {texidoc = "@cindex Tablature hammer
4 A hammer in tablature can be faked 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