X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpositioning-fingering-indications-precisely.ly;fp=input%2Flsr%2Fpositioning-fingering-indications-precisely.ly;h=0000000000000000000000000000000000000000;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=b5cb3eb951974717ffd87147aa0d722d1e2b759a;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/lsr/positioning-fingering-indications-precisely.ly b/input/lsr/positioning-fingering-indications-precisely.ly deleted file mode 100644 index b5cb3eb951..0000000000 --- a/input/lsr/positioning-fingering-indications-precisely.ly +++ /dev/null @@ -1,34 +0,0 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. -\version "2.12.3" - -\header { - lsrtags = "editorial-annotations" - - texidoc = " -Generally the options available for positioning the fingering of chords -work well by default, but if one of the indications needs to positioned -more precisely the following tweak may be used. This is particularly -useful for correcting the positioning when intervals of a second are -involved. - -" - doctitle = "Positioning fingering indications precisely" -} % begin verbatim - -\relative c' { - \set fingeringOrientations = #'(left) - 4 - 4 - \set fingeringOrientations = #'(down) - 4 - 4 - \set fingeringOrientations = #'(down right up) - 4 - 4 - \set fingeringOrientations = #'(up) - 4 - 4 -} - -