]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/faking-a-hammer-in-tablatures.ly
Merge master into nested-bookparts
[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.11.62"
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 \score {
15   \new TabStaff {
16     \relative c'' {
17       c4( d) d( d)
18       d2( c)
19     }
20   }
21 }
22