]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/fingerings,-string-indications,-and-right-hand-fingerings.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / fingerings,-string-indications,-and-right-hand-fingerings.ly
index f9f7e66bc4ce8e5e2b13ea7987f55c1df1665615..218ef35e9f00e82532b8a5f85d2a59494d259e1a 100644 (file)
@@ -1,39 +1,14 @@
-%% Do not edit this file; it is automatically
+%% 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.13.39"
+\version "2.14.2"
 
 \header {
   lsrtags = "fretted-strings"
 
-%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
-  texidoces = "
-En este ejemplo se combinan las digitaciones de la mano izquierda,
-indicaciones del número de cuerda y digitaciones de la mano
-derecha.
-
-"
-  doctitlees = "Digitaciones - indicación del número de cuerda y digitaciones de mano derecha"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Dieses Beispiel kombiniert Fingersatz für die linke Hand, Saitennummern
-und Fingersatz für die rechte Hand.
-
-"
-  doctitlede = "Fingersatz Saitennummern und Fingersatz für die rechte Hand"
-
-%% Translation of GIT committish: ac6297e4fa174ac5759cc450ad085c2fac9ba00b
-
-  texidocfr = "
-L'exemple suivant illustre comment combiner des doigtés pour la main
-gauche, des indications de corrde et des doigtés pour la main droite.
-
-"
-  doctitlefr = "Doigtés indications de cordeet doigtés main droite"
-
-
   texidoc = "
 This example combines left-hand fingering, string indications, and
 right-hand fingering.
@@ -42,6 +17,7 @@ right-hand fingering.
   doctitle = "Fingerings string indications and right-hand fingerings"
 } % begin verbatim
 
+
 #(define RH rightHandFinger)
 
 \relative c {
@@ -51,4 +27,3 @@ right-hand fingering.
   <g-0\3-\RH #3 >4
   <c-1\2-\RH #4 >4
 }
-