]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/faking-a-hammer-in-tablatures.ly
Doc-de: updates from master to NR
[lilypond.git] / Documentation / snippets / faking-a-hammer-in-tablatures.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.4"
5
6 \header {
7   lsrtags = "fretted-strings"
8
9   texidoc = "
10 A hammer in tablature can be faked with slurs.
11
12 "
13   doctitle = "Faking a hammer in tablatures"
14 } % begin verbatim
15
16 \score {
17   \new TabStaff {
18     \relative c'' {
19       c4( d) d( d)
20       d2( c)
21     }
22   }
23 }
24
25