X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-fret-orientations.ly;h=b174cb5bd84b25e691639f72afe775a87e5888dd;hb=56145dfed8f19bb34459d5b40cab388776d2ec49;hp=c71c45a4fddfa7c65c6bed1e3f2f472f414eca92;hpb=3ef893f1fe182e9f6cf5841cbff0706789bd3361;p=lilypond.git diff --git a/Documentation/snippets/changing-fret-orientations.ly b/Documentation/snippets/changing-fret-orientations.ly index c71c45a4fd..b174cb5bd8 100644 --- a/Documentation/snippets/changing-fret-orientations.ly +++ b/Documentation/snippets/changing-fret-orientations.ly @@ -4,38 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.17.6" \header { -%% 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" - - lsrtags = "fretted-strings" - - -%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb - - 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" - texidoc = " Fret diagrams can be oriented in three ways. By default the top string or fret in the different orientations will be aligned. @@ -44,6 +17,7 @@ or fret in the different orientations will be aligned. doctitle = "Changing fret orientations" } % begin verbatim + \include "predefined-guitar-fretboards.ly" << @@ -55,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 } @@ -69,4 +43,3 @@ or fret in the different orientations will be aligned. c' } >> -