]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/controlling-the-placement-of-chord-fingerings.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / controlling-the-placement-of-chord-fingerings.ly
index edaccbda3d18b3a85b2b46a084bb5e23f01bf369..1aab2aff5724bac624489be04ae3f5c73a935145 100644 (file)
@@ -1,6 +1,6 @@
 %% 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.11.55"
+\version "2.11.62"
 
 \header {
   lsrtags = "editorial-annotations, chords, keyboards, fretted-strings"
@@ -17,17 +17,19 @@ The placement of fingering numbers can be controlled precisely.
 "
   doctitle = "Controlling the placement of chord fingerings"
 } % begin verbatim
+
 \relative c' {
   \set fingeringOrientations = #'(left)
   <c-1 e-3 a-5>4
   \set fingeringOrientations = #'(down)
   <c-1 e-3 a-5>4
-  \set fingeringOrientations = #'(right)
+  \set fingeringOrientations = #'(down right up)
   <c-1 e-3 a-5>4
   \set fingeringOrientations = #'(up)
   <c-1 e-3 a-5>4
-  \set fingeringOrientations = #'(left down)
-  <c-1 e-3 a-5>2
-  \set fingeringOrientations = #'(up right down)
-  <c-1 e-3 a-5>2
+  \set fingeringOrientations = #'(left)
+  <c-1>2
+  \set fingeringOrientations = #'(down)
+  <e-3>2
 }
+