]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-fingerings-to-tablatures.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / adding-fingerings-to-tablatures.ly
index 4fa352f65feccb1069df836db1dfd1e8ba7051e7..5730e779b463664320db8fc457ddf0a53822212b 100644 (file)
@@ -1,11 +1,23 @@
-% Do not edit this file; it is automatically
+% 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.13.4
-\version "2.13.16"
+%% Note: this file works from version 2.13.36
+\version "2.14.0"
 
 \header {
-%% Translation of GIT committish: c8446d6eb2fadbf8931a867741572582759935ad
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
+  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"
 
   doctitlefr = "
@@ -43,7 +55,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]
   }
 }