]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-fingerings-to-tablatures.ly
LSR: Redo local update.
[lilypond.git] / Documentation / snippets / adding-fingerings-to-tablatures.ly
index 4bd179d8271c82e1dcc19dcd002e4fd5d927f24f..9ffb47e8c35d5d5a202c45a5a5b23df09b2a6f35 100644 (file)
@@ -1,10 +1,19 @@
 % 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.4
-\version "2.13.16"
+%% Note: this file works from version 2.13.17
+\version "2.13.20"
 
 \header {
+%% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
+  texidoces = "
+Para añadir digitaciones a las tablaturas, utilice una combinación de
+@code{\\markup} y @code{\\finger}.
+"
+
+  doctitlees = "Añadir digitaciones a las tablaturas"
+
+
 %% Translation of GIT committish: 96ee692447057131395fe4c1f9fe55805b710aa6
   texidocfr = "Ajout de doigtés à des tablatures"
 
@@ -43,7 +52,7 @@ threeFour = \markup {
   \new TabStaff {
     \tabFullNotation
     \stemUp
-    e8\4^\one b\2 <e, g\3 e'\1>^>[ b\2 e\4]
+    e8\4^\one b\2 <g\3 e'\1>^>[ b\2 e\4]
     <a\3 fis'\1>^>^\threeTwo[ b\2 e\4]
   }
 }