]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chord-glissando-in-tablature.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / chord-glissando-in-tablature.ly
index 4bab2a97cf514ec337122937bed1c588cd55945e..1d5707066422c97e1949f6e63ec144fff7090bd3 100644 (file)
@@ -1,20 +1,21 @@
-% 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.14.2"
 
 \header {
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
+  lsrtags = "fretted-strings"
+
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
 
   texidoces = "
 Los deslizamientos para acordes se pueden indicar tanto en el contexto
-Staff como en TabStaff.  Los números de cuerda son necesarios para
-TabStaff porque los cálculos de cuerda automáticos son diferentes para
-los acordes y para notas sueltas.
+@code{Staff} como en @code{TabStaff}.  Los números de cuerda son
+necesarios para TabStaff porque los cálculos de cuerda automáticos son
+diferentes para los acordes y para notas sueltas.
 
 "
 
@@ -41,16 +42,16 @@ d'arrivée.
   doctitlefr = "Glissando d'accords et tablature"
 
 
-  lsrtags = "fretted-strings"
   texidoc = "
-Slides for chords can be indicated in both Staff and TabStaff.
-String numbers are necessary for TabStaff because automatic
-string calculations are different for chords and for single notes.
+Slides for chords can be indicated in both @code{Staff} and
+@code{TabStaff}. String numbers are necessary for @code{TabStaff}
+because automatic string calculations are different for chords and for
+single notes.
+
 "
   doctitle = "Chord glissando in tablature"
 } % begin verbatim
 
-
 myMusic = \relative c' {
   <c\3 e\2 g\1>1 \glissando <f\3 a\2 c\1>
 }