X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fcontrolling-the-placement-of-chord-fingerings.ly;h=9f182b0aa58a000ad707bc98bd49aa2c758d8689;hb=229a64ff74ab2edf6ea5442f13ac4eecb03ea1e9;hp=51f5899a61ed6104db032de71b69dc3ae93b7e3f;hpb=75fa64c892fe02d16604cccb9529b2727811e507;p=lilypond.git diff --git a/input/lsr/controlling-the-placement-of-chord-fingerings.ly b/input/lsr/controlling-the-placement-of-chord-fingerings.ly index 51f5899a61..9f182b0aa5 100644 --- a/input/lsr/controlling-the-placement-of-chord-fingerings.ly +++ b/input/lsr/controlling-the-placement-of-chord-fingerings.ly @@ -1,9 +1,31 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.12.0" \header { - lsrtags = "editorial-annotations, chords, keyboards" + lsrtags = "editorial-annotations, chords, keyboards, fretted-strings" + + texidoces = " +Se puede controlar con precisión la colocación de los números de digitación. + +" + doctitlees = "Controlar la colocación de las digitaciones de acordes" + + +%% Translation of GIT committish: 3f880f886831b8c72c9e944b3872458c30c6c839 + + 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" + +%% Translation of GIT committish :<0364058d18eb91836302a567c18289209d6e9706> + texidocde = " +Die Position von Fingersatzzahlen kann exakt kontrolliert werden. + +" + doctitlede = "Position von Fingersatz in Akkorden kontrollieren" texidoc = " The placement of fingering numbers can be controlled precisely. @@ -11,17 +33,19 @@ The placement of fingering numbers can be controlled precisely. " doctitle = "Controlling the placement of chord fingerings" } % begin verbatim + \relative c' { \set fingeringOrientations = #'(left) 4 \set fingeringOrientations = #'(down) - - \set fingeringOrientations = #'(right) - + 4 + \set fingeringOrientations = #'(down right up) + 4 \set fingeringOrientations = #'(up) - - \set fingeringOrientations = #'(left down) - 2 - \set fingeringOrientations = #'(up right down) - + 4 + \set fingeringOrientations = #'(left) + 2 + \set fingeringOrientations = #'(down) + 2 } +