]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tablature-hammer.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[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