]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-fingerings-to-tablatures.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / adding-fingerings-to-tablatures.ly
index 8b8133ef6866ac98e96e949ec541f01cf58eda70..a0881fe32785f4eedb7fcc0740be1405a986337a 100644 (file)
@@ -1,36 +1,24 @@
-% Do not edit this file; it is automatically
-% generated from Documentation/snippets/new
-% This file is in the public domain.
-%% Note: this file works from version 2.13.36
-\version "2.13.36"
+%% 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.14.2"
 
 \header {
-%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
-  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 {
@@ -56,4 +44,3 @@ threeFour = \markup {
     <a\3 fis'\1>^>^\threeTwo[ b\2 e\4]
   }
 }
-