Faking a hammer in tablatures
Appearance
A hammer in tablature can be faked with slurs.
\version "2.24.0"
\score {
\new TabStaff {
\relative c'' {
\tabFullNotation
c4( d) d( d)
d2( c)
}
}
}
A hammer in tablature can be faked with slurs.
\version "2.24.0"
\score {
\new TabStaff {
\relative c'' {
\tabFullNotation
c4( d) d( d)
d2( c)
}
}
}