]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly
New version of LSR upgrade
[lilypond.git] / Documentation / snippets / avoiding-collisions-with-chord-fingerings.ly
index fb1bbda9b819781afdd059be1a66d69be233d87a..3a25a7a30c1e463f9df5349834fff093cf870fa8 100644 (file)
@@ -1,9 +1,28 @@
-%% 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.2"
 
 \header {
-  lsrtags = "rhythms, editorial-annotations, chords, tweaks-and-overrides"
+  lsrtags = "editorial-annotations, chords, tweaks-and-overrides, rhythms"
+
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
+
+  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"
+
 
   texidoc = "
 Fingerings and string numbers applied to individual notes will
@@ -16,17 +35,18 @@ overridden.
   doctitle = "Avoiding collisions with chord fingerings"
 } % begin verbatim
 
+
 \relative c' {
   \set fingeringOrientations = #'(up)
   \set stringNumberOrientations = #'(up)
   \set strokeFingerOrientations = #'(up)
-  
+
   % Default behavior
   r8
   <f c'-5>8
   <f c'\5>8
   <f c'-\rightHandFinger #2 >8
-  
+
   % Corrected to avoid collisions
   r8
   \override Fingering #'add-stem-support = ##t