]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / avoiding-collisions-with-chord-fingerings.ly
index 3a25a7a30c1e463f9df5349834fff093cf870fa8..02d315cfdd5da08e550ad565214967a886de3018 100644 (file)
@@ -7,22 +7,7 @@
 \version "2.14.2"
 
 \header {
-  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"
-
+  lsrtags = "editorial-annotations, rhythms, tweaks-and-overrides, chords"
 
   texidoc = "
 Fingerings and string numbers applied to individual notes will
@@ -56,4 +41,3 @@ overridden.
   \override StrokeFinger #'add-stem-support = ##t
   <f c'-\rightHandFinger #2 >8
 }
-