summaryrefslogtreecommitdiff
path: root/Documentation/snippets/hammer-on-and-pull-off-using-voices.ly
blob: f4aa33524c2f70989ad79cdefd07eb55aa7c613e (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% DO NOT EDIT this file manually; it is automatically
% generated from Documentation/snippets/new
% Make any changes in Documentation/snippets/new/
% and then run scripts/auxiliar/makelsr.py
%
% This file is in the public domain.
%% Note: this file works from version 2.16.0
\version "2.18.0"

\header {
  lsrtags = "editorial-annotations, fretted-strings"

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

"
  doctitle = "Hammer on and pull off using voices"
} % begin verbatim


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