]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tablature-hammer.ly
* cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
[lilypond.git] / input / test / tablature-hammer.ly
1 \version "1.7.18"
2 \header {texidoc = "@cindex Tablature hammer
3 You can fake a hammer in tablature with slurs. "
4
5
6 \score{
7   \context TabStaff <
8         \notes\relative c''{
9                 c(d-)
10                 d(d-)
11                 d(c-)
12   }
13   >
14         \paper{ raggedright = ##t}
15 }
16