]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/hammer-on-and-pull-off.ly
Imported Upstream version 2.18.2
[lilypond.git] / Documentation / snippets / new / hammer-on-and-pull-off.ly
diff --git a/Documentation/snippets/new/hammer-on-and-pull-off.ly b/Documentation/snippets/new/hammer-on-and-pull-off.ly
new file mode 100644 (file)
index 0000000..c5b283b
--- /dev/null
@@ -0,0 +1,18 @@
+\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"
+}
+
+\new TabStaff {
+  \relative c' {
+    d4( e\2)
+    a( g)
+  }
+}