X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcontrolling-the-placement-of-chord-fingerings.ly;h=fe98198f377deefdf11e0716f70b0281bd8f2291;hb=f22c889b1389cb7d761580762fe77973780f2f86;hp=bfdc4b8fa191e747eb329c011e5d94a718dde64c;hpb=e1a149d0cc60b02e86209387958f4028567dd366;p=lilypond.git diff --git a/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly b/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly index bfdc4b8fa1..fe98198f37 100644 --- a/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly +++ b/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly @@ -1,39 +1,13 @@ -%% 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.13.31" +\version "2.14.2" \header { - lsrtags = "editorial-annotations, chords, keyboards, fretted-strings" - -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - texidoces = " -Se puede controlar con precisión la colocación de los números de -digitación. Para que se tenga en cuenta la orientación de las -digitaciones, se debe utilizar una construcción de acorde <> aunque -sea una sola nota. - - -" - doctitlees = "Controlar la colocación de las digitaciones de acordes" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Die Position von Fingersatzzahlen kann exakt kontrolliert werden. - -" - doctitlede = "Position von Fingersatz in Akkorden kontrollieren" - -%% Translation of GIT committish: ac6297e4fa174ac5759cc450ad085c2fac9ba00b - - texidocfr = " -Le positionnement des doigtés peut être contrôlé de manière très précise. - -" - doctitlefr = "Conrôle du positionnement des doigtés" - + lsrtags = "fretted-strings, specific-notation, keyboards, editorial-annotations, chords" texidoc = " The placement of fingering numbers can be controlled precisely. For @@ -44,6 +18,7 @@ if it is a single note. doctitle = "Controlling the placement of chord fingerings" } % begin verbatim + \relative c' { \set fingeringOrientations = #'(left) 4 @@ -58,5 +33,3 @@ if it is a single note. \set fingeringOrientations = #'(down) 2 } - -