Hammer-on and pull-off using voices: Difference between revisions
Appearance
m New category |
m Lemzwerg moved page Hammer on and pull off using voices to Hammer-on and pull-off using voices without leaving a redirect |
(No difference)
| |
Revision as of 12:03, 12 December 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
}
}