blob: df84036ae8ade7fe0785b222b6ebdf0da89ed0a1 (
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.16.0"
\header {
= "editorial-annotations, fretted-strings"
= "
The arc of hammer-on and pull-off is upwards in voices one and three and
downwards in voices two and four:
"
= "Hammer on and pull off using voices"
} % begin verbatim
\new TabStaff {
\relative c' {
<< { \voiceOne g2( a) }
\\ { \voiceTwo a,( b) }
>> \oneVoice
}
}
|