]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/faking-a-hammer-in-tablatures.ly
Doc-es: update LSR snippets.
[lilypond.git] / Documentation / snippets / faking-a-hammer-in-tablatures.ly
index 887260d5d3802dd736915f6c63e0bc01bee6e9d7..48c97b954aae03f284975d810b34418bff680353 100644 (file)
@@ -1,24 +1,34 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.13.1"
+% Do not edit this file; it is automatically
+% generated from Documentation/snippets/new
+% This file is in the public domain.
+%% Note: this file works from version 2.13.36
+\version "2.13.40"
 
 \header {
-  lsrtags = "fretted-strings"
+%% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94
 
-  texidoc = "
-A hammer in tablature can be faked with slurs.  
+  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"
 
+  lsrtags = "fretted-strings"
+  texidoc = "
+A hammer in tablature can be faked with slurs.
 "
   doctitle = "Faking a hammer in tablatures"
 } % begin verbatim
 
+
 \score {
   \new TabStaff {
     \relative c'' {
+      \tabFullNotation
       c4( d) d( d)
       d2( c)
     }
   }
 }
-
-