X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Favoiding-collisions-with-chord-fingerings.ly;h=f522582080e120989e163de48dc040e6b0c41c9f;hb=2606faf48590c90bd488a8944c7612acef11ed8c;hp=19d1e5b8f75fb65b5f06a1b20e4a2c26b7975313;hpb=4ae30ca20a9dc36bb05a6838318666c2bae16975;p=lilypond.git diff --git a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly index 19d1e5b8f7..f522582080 100644 --- a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly +++ b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly @@ -1,25 +1,13 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% 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.12.2" +\version "2.18.0" \header { - lsrtags = "rhythms, editorial-annotations, chords, tweaks-and-overrides" - -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - - texidoces = " - -Las digitaciones y números de cuerda que se aplican a las notas -individuales evitan automáticamente las barras y las plicas de las -figuras, pero esto no es cierto de forma predeterminada para las -digitaciones y números de cuerda que se aplican sobre notas -individuales de acordes. El ejemplo siguiente muestra cómo se puede -sobreescribir este comportamiento predeterminado. - -" - doctitlees = "Evitar colisiones con digitaciones de acordes" - + lsrtags = "chords, editorial-annotations, rhythms, tweaks-and-overrides" texidoc = " Fingerings and string numbers applied to individual notes will @@ -43,13 +31,11 @@ overridden. 8 8 - % Corrected to avoid collisions + % No tweak needed r8 - \override Fingering #'add-stem-support = ##t 8 - \override StringNumber #'add-stem-support = ##t 8 - \override StrokeFinger #'add-stem-support = ##t + % Corrected to avoid collisions + \override StrokeFinger.add-stem-support = ##t 8 } -