Jump to content

Faking a hammer in tablatures

From LilyPond wiki

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)
    }
  }
}