]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-fingerings-to-tablatures.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / adding-fingerings-to-tablatures.ly
index 5ecb570e7a1671eb7a70567adf0698d60e69a79d..af261ba71d0b8ec14e50f91d5e323c4be62e1815 100644 (file)
@@ -1,39 +1,24 @@
-% 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.14.0
-\version "2.14.0"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.16.0"
 
 \header {
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  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"
-
+  lsrtags = "fretted-strings, specific-notation"
 
-%% Translation of GIT committish: 96ee692447057131395fe4c1f9fe55805b710aa6
-  texidocfr = "Ajout de doigtés à des tablatures"
-
-  doctitlefr = "
-L'ajout de doigtés à des tablatures s'obtient en conjuguant des
-@code{\\markup} et des @code{\\finger}.
-"
-
-  lsrtags = "fretted-strings"
   texidoc = "
 To add fingerings to tablatures, use a combination of @code{\\markup}
 and @code{\\finger}.
+
 "
   doctitle = "Adding fingerings to tablatures"
 } % begin verbatim
 
 
+
 one = \markup { \finger 1 }
 two = \markup { \finger 2 }
 threeTwo = \markup {
@@ -59,4 +44,3 @@ threeFour = \markup {
     <a\3 fis'\1>^>^\threeTwo[ b\2 e\4]
   }
 }
-