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