X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-fret-orientations.ly;h=b174cb5bd84b25e691639f72afe775a87e5888dd;hb=0f761d8b9f964fc6719fccd0c1be90ef769767f1;hp=3c5527b5d14779c1fc8dae51d5e7a7441e6f34f8;hpb=2613eed0a13ce118cb11f83057d9d79fc6973a4e;p=lilypond.git diff --git a/Documentation/snippets/changing-fret-orientations.ly b/Documentation/snippets/changing-fret-orientations.ly index 3c5527b5d1..b174cb5bd8 100644 --- a/Documentation/snippets/changing-fret-orientations.ly +++ b/Documentation/snippets/changing-fret-orientations.ly @@ -1,24 +1,14 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.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.12.2" +\version "2.17.6" \header { lsrtags = "fretted-strings" -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - - 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. @@ -27,6 +17,7 @@ or fret in the different orientations will be aligned. doctitle = "Changing fret orientations" } % begin verbatim + \include "predefined-guitar-fretboards.ly" << @@ -38,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 } @@ -52,4 +43,3 @@ or fret in the different orientations will be aligned. c' } >> -