]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hammer-on-and-pull-off.ly
Imported Upstream version 2.18.2
[lilypond.git] / Documentation / snippets / hammer-on-and-pull-off.ly
diff --git a/Documentation/snippets/hammer-on-and-pull-off.ly b/Documentation/snippets/hammer-on-and-pull-off.ly
new file mode 100644 (file)
index 0000000..57c830a
--- /dev/null
@@ -0,0 +1,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.16.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)
+  }
+}