Jump to content

Hammer-on and pull-off using voices: Difference between revisions

From LilyPond wiki
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
No edit summary
Line 13: Line 13:
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Editorial annotations]]
[[Category:Editorial annotations]]
[[Category:Fretted strings]]
[[Category:Fretted strings]][[Category:Snippet]]

Revision as of 22:54, 21 November 2025

The arc of hammer-on and pull-off is upwards in voices one and three and downwards in voices two and four:

\version "2.24"

\new TabStaff {
  \relative c' {
    << { \voiceOne g2( a) }
    \\ { \voiceTwo a,( b) }
    >> \oneVoice
  }
}