X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Favoiding-collisions-with-chord-fingerings.ly;h=437d6f2e16738182a41ecda860eee06005aa729b;hb=039992242fc9a9c004329b786c08f66e6a0600e1;hp=ecf971d9ec0392f9eddfecce20a3e7f3017db5b7;hpb=6844bdc15fe3592ad5316154c1a6d0252be21e4f;p=lilypond.git diff --git a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly index ecf971d9ec..437d6f2e16 100644 --- a/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly +++ b/Documentation/snippets/avoiding-collisions-with-chord-fingerings.ly @@ -1,10 +1,13 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.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.31" +\version "2.17.20" \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 @@ -17,6 +20,7 @@ overridden. doctitle = "Avoiding collisions with chord fingerings" } % begin verbatim + \relative c' { \set fingeringOrientations = #'(up) \set stringNumberOrientations = #'(up) @@ -30,11 +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 } -