]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-fingerings-to-tablatures.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / adding-fingerings-to-tablatures.ly
index 4faa1b40c0c1be0f3b60af02c041299254fd52be..1ff5fc74fd5238e52c8e9b607d632aead7890f19 100644 (file)
@@ -1,30 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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.14.2"
+\version "2.18.0"
 
 \header {
-  lsrtags = "specific-notation, fretted-strings"
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  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: 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, specific-notation"
 
   texidoc = "
 To add fingerings to tablatures, use a combination of @code{\\markup}
@@ -34,8 +17,6 @@ and @code{\\finger}.
   doctitle = "Adding fingerings to tablatures"
 } % begin verbatim
 
-
-
 one = \markup { \finger 1 }
 two = \markup { \finger 2 }
 threeTwo = \markup {
@@ -61,4 +42,3 @@ threeFour = \markup {
     <a\3 fis'\1>^>^\threeTwo[ b\2 e\4]
   }
 }
-