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