]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly
Doc: elaborate the placement of \paper blocks (2902)
[lilypond.git] / Documentation / snippets / avoiding-collisions-with-chord-fingerings.ly
index 02d315cfdd5da08e550ad565214967a886de3018..83f9ea878f649c230f3739b502579a503abc79c9 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.11"
 
 \header {
-  lsrtags = "editorial-annotations, rhythms, tweaks-and-overrides, chords"
+  lsrtags = "chords, editorial-annotations, rhythms, tweaks-and-overrides"
 
   texidoc = "
 Fingerings and string numbers applied to individual notes will
@@ -34,10 +34,10 @@ overridden.
 
   % Corrected to avoid collisions
   r8
-  \override Fingering #'add-stem-support = ##t
+  \override Fingering.add-stem-support = ##t
   <f c'-5>8
-  \override StringNumber #'add-stem-support = ##t
+  \override StringNumber.add-stem-support = ##t
   <f c'\5>8
-  \override StrokeFinger #'add-stem-support = ##t
+  \override StrokeFinger.add-stem-support = ##t
   <f c'-\rightHandFinger #2 >8
 }