X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcontrolling-the-placement-of-chord-fingerings.ly;h=9c29cba1ebc4694e7cac7a9009b35ce99dc52e5d;hb=54aa0c7c30cdfb1d2b8ff2fd0662f589df65d7da;hp=d2697a44313984646e556b4aae6ecaaa472e6794;hpb=446dc1f3ac9bfff6bfee31de929698b0425da6fe;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 d2697a4431..9c29cba1eb 100644 --- a/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly +++ b/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly @@ -1,44 +1,13 @@ %% 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.2" +\version "2.18.0" \header { - lsrtags = "specific-notation, chords, keyboards, fretted-strings, editorial-annotations" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - 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: 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" - + lsrtags = "chords, editorial-annotations, fretted-strings, keyboards, specific-notation" texidoc = " The placement of fingering numbers can be controlled precisely. For @@ -49,7 +18,6 @@ if it is a single note. doctitle = "Controlling the placement of chord fingerings" } % begin verbatim - \relative c' { \set fingeringOrientations = #'(left) 4 @@ -64,5 +32,3 @@ if it is a single note. \set fingeringOrientations = #'(down) 2 } - -