]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-fret-orientations.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / Documentation / snippets / changing-fret-orientations.ly
index 60b3722325573514800006b26928e91d1e25a69b..44bd2576bd890839d4bd12f8c7615a69d19001b1 100644 (file)
@@ -4,33 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.17.11"
 
 \header {
   lsrtags = "fretted-strings"
 
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-
-  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.
@@ -39,6 +17,7 @@ or fret in the different orientations will be aligned.
   doctitle = "Changing fret orientations"
 } % begin verbatim
 
+
 \include "predefined-guitar-fretboards.ly"
 
 <<
@@ -50,10 +29,10 @@ or fret in the different orientations will be aligned.
   \new FretBoards {
     \chordmode {
       c1
-      \override FretBoard #'(fret-diagram-details orientation) =
+      \override FretBoard.fret-diagram-details.orientation =
         #'landscape
       c1
-      \override FretBoard #'(fret-diagram-details orientation) =
+      \override FretBoard.fret-diagram-details.orientation =
         #'opposing-landscape
       c1
     }
@@ -64,4 +43,3 @@ or fret in the different orientations will be aligned.
     c'
   }
 >>
-