]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-fingerings-to-tablatures.ly
Web: Announcement update for the new "LilyPond Report"
[lilypond.git] / Documentation / snippets / adding-fingerings-to-tablatures.ly
index 29bd9288797cf33dbe11511e9ae0e3a8cb5dceab..d874f03cda860d980f6aedd803c24b6b166e96c9 100644 (file)
@@ -1,17 +1,29 @@
-% 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.4"
+%% Note: this file works from version 2.14.0
+\version "2.14.0"
 
 \header {
-%% Translation of GIT committish: c8446d6eb2fadbf8931a867741572582759935ad
-  texidocfr = "Ajout de doigtés à des tablatures"
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
+  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"
 
-  doctitlefr = "
+
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
+  texidocfr = "
 L'ajout de doigtés à des tablatures s'obtient en conjuguant des
 @code{\\markup} et des @code{\\finger}.
+
 "
+  doctitlefr = "Ajout de doigtés à des tablatures"
 
   lsrtags = "fretted-strings"
   texidoc = "
@@ -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]
   }
 }