]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/controlling-the-placement-of-chord-fingerings.ly
LSR: Update.
[lilypond.git] / input / lsr / controlling-the-placement-of-chord-fingerings.ly
index a673a6f5d1262f75d2e83b67c7646d3310165523..8006fafa8132b7d58bd3ea7dc3185632dc1adde8 100644 (file)
@@ -22,12 +22,12 @@ The placement of fingering numbers can be controlled precisely.
   <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 = #'(right)
+  <e-3>2
 }