]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/controlling-the-placement-of-chord-fingerings.ly
Typos/minor improvements.
[lilypond.git] / input / lsr / controlling-the-placement-of-chord-fingerings.ly
index ae8917ca0d16564bdb59dcf4121fbe1b94d6fa16..f8d81e9f3cbe2d478734ba45238612807e429924 100644 (file)
@@ -1,24 +1,27 @@
 %% 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.38"
+\version "2.11.49"
 
 \header {
-  lsrtags = "editorial-and-educational-use, chords, piano-music"
- texidoc = "
+  lsrtags = "editorial-annotations, chords, keyboards"
+
+  texidoc = "
 The placement of fingering numbers can be controlled precisely.
-" }
-% begin verbatim
-\relative c'{
+
+"
+  doctitle = "Controlling the placement of chord fingerings"
+} % begin verbatim
+\relative c' {
   \set fingeringOrientations = #'(left)
-  <c-1 e-3 a-5 > 4
+  <c-1 e-3 a-5>4
   \set fingeringOrientations = #'(down)
-  <c-1 e-3 a-5 >
+  <c-1 e-3 a-5>4
   \set fingeringOrientations = #'(right)
-  <c-1 e-3 a-5 >
+  <c-1 e-3 a-5>4
   \set fingeringOrientations = #'(up)
-  <c-1 e-3 a-5 >
+  <c-1 e-3 a-5>4
   \set fingeringOrientations = #'(left down)
-  <c-1 e-3 a-5 > 2
+  <c-1 e-3 a-5>2
   \set fingeringOrientations = #'(up right down)
-  <c-1 e-3 a-5 >
+  <c-1 e-3 a-5>2
 }