]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / avoiding-collisions-with-chord-fingerings.ly
index 3daa5690b36718b8a091fcc71bd6e8581221d724..f522582080e120989e163de48dc040e6b0c41c9f 100644 (file)
@@ -1,10 +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.13.4"
+\version "2.18.0"
 
 \header {
-  lsrtags = "rhythms, editorial-annotations, chords, tweaks-and-overrides"
+  lsrtags = "chords, editorial-annotations, rhythms, tweaks-and-overrides"
 
   texidoc = "
 Fingerings and string numbers applied to individual notes will
@@ -28,13 +31,11 @@ overridden.
   <f c'\5>8
   <f c'-\rightHandFinger #2 >8
 
-  % Corrected to avoid collisions
+  % No tweak needed
   r8
-  \override Fingering #'add-stem-support = ##t
   <f c'-5>8
-  \override StringNumber #'add-stem-support = ##t
   <f c'\5>8
-  \override StrokeFinger #'add-stem-support = ##t
+   % Corrected to avoid collisions
+  \override StrokeFinger.add-stem-support = ##t
   <f c'-\rightHandFinger #2 >8
 }
-