Jump to content

Faking a hammer in tablatures: Difference between revisions

From LilyPond wiki
Import snippet from LSR
 
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series
Line 1: Line 1:
A hammer in tablature can be faked with slurs.
A hammer in tablature can be faked with slurs.


<lilypond version="2.24.0">
<lilypond version="2.24">
\score {
\score {
   \new TabStaff {
   \new TabStaff {

Revision as of 18:47, 16 November 2025

A hammer in tablature can be faked with slurs.

\version "2.24"

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