blob: e11476713ffe80b72a1c0c3a975d0fc4ee8eff2a (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
% DO NOT EDIT this file manually; it is automatically
% generated from Documentation/snippets/new
% Make any changes in Documentation/snippets/new/
% and then run scripts/auxiliar/makelsr.py
%
% This file is in the public domain.
%% Note: this file works from version 2.14.0
\version "2.14.0"
\header {
%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
texidoces = "
Se puede simular un @qq{hammer} o ligado ascendente con ligaduras de
expresión.
"
doctitlees = "Simular un hammer o ligado ascendente en una tablatura"
= "fretted-strings"
= "
A hammer in tablature can be faked with slurs.
"
= "Faking a hammer in tablatures"
} % begin verbatim
\score {
\new TabStaff {
\relative c'' {
\tabFullNotation
c4( d) d( d)
d2( c)
}
}
}
|