]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-fret-orientations.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / changing-fret-orientations.ly
index 3bc28856659f3e824c55a770bb3643a6f39f7e0c..f0bbabd21576c4e96dea98215154095bce1a5b76 100644 (file)
@@ -4,36 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "fretted-strings"
 
-%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f
-
-  texidoces = "
-
-Los diagramas de posiciones de acordes se pueden orientar de tres
-formas.  De manera predeterminada se alinena la cuerda o traste
-superior en las distintas alineaciones.
-
-
-"
-
-  doctitlees = "Modificar la orientación de los trastes"
-
-%% Translation of GIT committish: 40bf2b38d674c43f38058494692d1a0993fad0bd
-
-  texidocfr = "
-Les diagrammes de fret peuvent s'orienter de trois manières différentes.
-Ils s'aligneront par défaut sur la corde du haut ou le sommet du fret.
-
-
-"
-
-  doctitlefr = "Orientation des diagrammes de fret"
-
-
   texidoc = "
 Fret diagrams can be oriented in three ways.  By default the top string
 or fret in the different orientations will be aligned.
@@ -42,6 +17,7 @@ or fret in the different orientations will be aligned.
   doctitle = "Changing fret orientations"
 } % begin verbatim
 
+
 \include "predefined-guitar-fretboards.ly"
 
 <<
@@ -67,4 +43,3 @@ or fret in the different orientations will be aligned.
     c'
   }
 >>
-