]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/faking-a-hammer-in-tablatures.ly
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / snippets / new / faking-a-hammer-in-tablatures.ly
diff --git a/Documentation/snippets/new/faking-a-hammer-in-tablatures.ly b/Documentation/snippets/new/faking-a-hammer-in-tablatures.ly
new file mode 100644 (file)
index 0000000..55f1745
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.14.0"
+
+\header {
+  lsrtags = "fretted-strings"
+  texidoc = "
+A hammer in tablature can be faked with slurs.
+"
+  doctitle = "Faking a hammer in tablatures"
+}
+
+\score {
+  \new TabStaff {
+    \relative c'' {
+      \tabFullNotation
+      c4( d) d( d)
+      d2( c)
+    }
+  }
+}