summaryrefslogtreecommitdiff
path: root/Documentation/snippets/hammer-on-and-pull-off.ly
blob: 44b331b35664e1083d026fc6cb865e3bc59e970b (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
% 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 = "
Hammer-on and pull-off can be obtained using slurs.

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


\new TabStaff {
  \relative c' {
    d4( e\2)
    a( g)
  }
}