X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcontrolling-the-placement-of-chord-fingerings.ly;h=4e264c604e562cf8e5263da440e64c313068b4cf;hb=927f136ada377317b5ed58acf71aaf5d0b91fc84;hp=742d577c57784ec717b24a7df51613b6c40746c5;hpb=70ff1f9ec002479b4b34e6e470c0e479d6060a57;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 742d577c57..4e264c604e 100644 --- a/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly +++ b/Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly @@ -1,35 +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.4" +\version "2.16.0" \header { - lsrtags = "editorial-annotations, chords, keyboards, fretted-strings" - -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca - 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: d96023d8792c8af202c7cb8508010c0d3648899d - texidocde = " -Die Position von Fingersatzzahlen kann exakt kontrolliert werden. - -" - doctitlede = "Position von Fingersatz in Akkorden kontrollieren" - -%% 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" - + lsrtags = "chords, editorial-annotations, fretted-strings, keyboards, specific-notation" texidoc = " The placement of fingering numbers can be controlled precisely. For @@ -40,6 +18,7 @@ if it is a single note. doctitle = "Controlling the placement of chord fingerings" } % begin verbatim + \relative c' { \set fingeringOrientations = #'(left) 4 @@ -54,5 +33,3 @@ if it is a single note. \set fingeringOrientations = #'(down) 2 } - -