X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Favoiding-collisions-with-chord-fingerings.ly;h=437d6f2e16738182a41ecda860eee06005aa729b;hb=039992242fc9a9c004329b786c08f66e6a0600e1;hp=02d315cfdd5da08e550ad565214967a886de3018;hpb=f22c889b1389cb7d761580762fe77973780f2f86;p=lilypond.git diff --git a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly index 02d315cfdd..437d6f2e16 100644 --- a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly +++ b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly @@ -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.20" \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 8 - \override StringNumber #'add-stem-support = ##t + \override StringNumber.add-stem-support = ##t 8 - \override StrokeFinger #'add-stem-support = ##t + \override StrokeFinger.add-stem-support = ##t 8 }