]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/positioning-fingering-indications-precisely.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / positioning-fingering-indications-precisely.ly
diff --git a/input/lsr/positioning-fingering-indications-precisely.ly b/input/lsr/positioning-fingering-indications-precisely.ly
deleted file mode 100644 (file)
index b5cb3eb..0000000
+++ /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)
-  <c-1 d-2 a'-5>4
-  <c-1 d-\tweak #'extra-offset #'(0 . 0.7)-2 a'-5>4
-  \set fingeringOrientations = #'(down)
-  <c-1 d-2 a'-5>4
-  <c-1 d-\tweak #'extra-offset #'(-1.2 . 0)-2 a'-5>4
-  \set fingeringOrientations = #'(down right up)
-  <c-1 d-2 a'-5>4
-  <c-1 d-\tweak #'extra-offset #'(-1 . 1.2)-2 a'-5>4
-  \set fingeringOrientations = #'(up)
-  <c-1 d-2 a'-5>4
-  <c-1 d-\tweak #'extra-offset #'(-1.2 . 0)-2 a'-5>4
-}
-
-