]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tablature-hammer.ly
*** empty log message ***
[lilypond.git] / input / test / tablature-hammer.ly
1
2 \version "2.4.0"
3 \header {texidoc = "@cindex Tablature hammer
4 A hammer in tablature can be faked with slurs. "
5
6
7 \score{
8   %BROKEN \context TabStaff
9   <<
10         \relative c''{
11                 c(d)
12                 d(d)
13                 d(c)
14   }
15   >>
16         \layout{ raggedright = ##t}
17 }
18