]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / avoiding-collisions-with-chord-fingerings.ly
index 01480fd05653cc8574d1822933081a7a1b09d7aa..b8e6a33700eba4610a3bd102b0aed47033ae444b 100644 (file)
@@ -1,11 +1,26 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.13.39"
 
 \header {
   lsrtags = "rhythms, editorial-annotations, chords, tweaks-and-overrides"
 
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
+
+  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
 automatically avoid beams and stems, but this is not true by default
@@ -21,13 +36,13 @@ overridden.
   \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