]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly
Issue 4452/2: Fix uses of \context Staff alongside ChordNames context
[lilypond.git] / Documentation / snippets / avoiding-collisions-with-chord-fingerings.ly
index 0ad6ab58f737b36fcff44f4a9eb987f69112240d..f522582080e120989e163de48dc040e6b0c41c9f 100644 (file)
@@ -20,7 +20,6 @@ overridden.
   doctitle = "Avoiding collisions with chord fingerings"
 } % begin verbatim
 
-
 \relative c' {
   \set fingeringOrientations = #'(up)
   \set stringNumberOrientations = #'(up)
@@ -32,12 +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
+   % Corrected to avoid collisions
   \override StrokeFinger.add-stem-support = ##t
   <f c'-\rightHandFinger #2 >8
 }