X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-fret-orientations.ly;h=51ca53c65c1064aebc4024c91f61a199153010a6;hb=a54dfa20322759eaa466c502ff858b39388399ee;hp=958b3ef7f14bbe965e18effc54531a2d1f2c9180;hpb=3b8f430efd506ccd6ae8235be0f08468c0da937d;p=lilypond.git diff --git a/Documentation/snippets/changing-fret-orientations.ly b/Documentation/snippets/changing-fret-orientations.ly index 958b3ef7f1..51ca53c65c 100644 --- a/Documentation/snippets/changing-fret-orientations.ly +++ b/Documentation/snippets/changing-fret-orientations.ly @@ -1,49 +1,14 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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.0" +\version "2.18.0" \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. @@ -63,10 +28,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 } @@ -77,4 +42,3 @@ or fret in the different orientations will be aligned. c' } >> -