]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-fingerings-to-tablatures.ly
Release: bump version.
[lilypond.git] / Documentation / snippets / adding-fingerings-to-tablatures.ly
index 4bd179d8271c82e1dcc19dcd002e4fd5d927f24f..62029cc9afb4c818377e04ea3bdc5dcbbf3b70d1 100644 (file)
@@ -1,10 +1,22 @@
-% 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.14.0
+\version "2.14.0"
 
 \header {
+%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f
+  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 +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]
   }
 }