X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fcontrolling-the-placement-of-chord-fingerings.ly;h=785763e250a8c6ffa898699504a89fe58d0238bb;hb=aa5c08ccb3a9bbe3a91c2a22e09880486cebac72;hp=f55e59e5da8147f69b008879298f20cac592be5d;hpb=1c859650b6ff11a7dbe829328fd5cae3816b9231;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 f55e59e5da..785763e250 100644 --- a/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly +++ b/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly @@ -1,35 +1,49 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% 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.1" +\version "2.14.0" \header { lsrtags = "editorial-annotations, chords, keyboards, fretted-strings" -%% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " -Se puede controlar con precisión la colocación de los números de digitación. +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: 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 +%% 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: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 + texidocfr = " +Le positionnement des doigtés peut être contrôlé de manière très précise. +Afin que l'orientation soit prise en compte, il est nécessaire d'utiliser +une syntaxe d'accord @code{<@tie{}>}, même s'il ne s'agit que d'une +seule note. + +" + doctitlefr = "Contrôler la position des doigtés dans un accord" + + texidoc = " -The placement of fingering numbers can be controlled precisely. +The placement of fingering numbers can be controlled precisely. For +fingering orientation to apply, you must use a chord construct <> even +if it is a single note. " doctitle = "Controlling the placement of chord fingerings"