]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/controlling-the-placement-of-chord-fingerings.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / controlling-the-placement-of-chord-fingerings.ly
index ae8917ca0d16564bdb59dcf4121fbe1b94d6fa16..a673a6f5d1262f75d2e83b67c7646d3310165523 100644 (file)
@@ -1,24 +1,33 @@
 %% 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.62"
 
 \header {
-  lsrtags = "editorial-and-educational-use, chords, piano-music"
- texidoc = "
+  lsrtags = "editorial-annotations, chords, keyboards, fretted-strings"
+
+  texidoces = "
+Se puede controlar con precisión la colocación de los números de digitación.
+
+"
+  doctitlees = "Controlar la colocación de las digitaciones de acordes"
+
+  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
 }