Faking a hammer in tablatures

Revision as of 23:24, 21 November 2025 by Lemzwerg (talk | contribs) (New category)

A hammer in tablature can be faked with slurs.

\version "2.24"

\score {
  \new TabStaff {
    \relative c'' {
      \tabFullNotation
      c4( d) d( d)
      d2( c)
    }
  }
}