X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Favoiding-collisions-with-chord-fingerings.ly;h=f522582080e120989e163de48dc040e6b0c41c9f;hb=8659a99f233f5c4684292728e7ad4206669b35b0;hp=2e01a839567b5c6fa2ea5cf5422cca98bb358f14;hpb=790da92c9cd1d58b39843ace365ed81c81fa3ec4;p=lilypond.git diff --git a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly index 2e01a83956..f522582080 100644 --- a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly +++ b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly @@ -1,28 +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.0" +\version "2.18.0" \header { - lsrtags = "rhythms, editorial-annotations, chords, tweaks-and-overrides" - -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - - 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 @@ -46,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 } -