X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-fret-orientations.ly;h=b174cb5bd84b25e691639f72afe775a87e5888dd;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=89314689a581beacd74da9f492789b14f66c4a2b;hpb=6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1;p=lilypond.git diff --git a/Documentation/snippets/changing-fret-orientations.ly b/Documentation/snippets/changing-fret-orientations.ly index 89314689a5..b174cb5bd8 100644 --- a/Documentation/snippets/changing-fret-orientations.ly +++ b/Documentation/snippets/changing-fret-orientations.ly @@ -4,33 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.17.6" \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - 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: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - 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. @@ -51,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 } @@ -65,4 +43,3 @@ or fret in the different orientations will be aligned. c' } >> -