]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tablature-hammer.ly
* lily/tab-note-heads-engraver.cc: listen to string number events
[lilypond.git] / input / test / tablature-hammer.ly
1
2 \version "2.1.7"
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