]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly
Merge branch 'master' into translation
[lilypond.git] / Documentation / snippets / controlling-the-placement-of-chord-fingerings.ly
index f55e59e5da8147f69b008879298f20cac592be5d..9c29cba1ebc4694e7cac7a9009b35ce99dc52e5d 100644 (file)
@@ -1,35 +1,18 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.18.0"
 
 \header {
-  lsrtags = "editorial-annotations, chords, keyboards, fretted-strings"
-
-%% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a
-  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"
-
-
-%% Translation of GIT committish: 3f880f886831b8c72c9e944b3872458c30c6c839
-
-  texidocfr = "
-Le positionnement des doigtés peut être contrôlé de manière très précise.
-
-"
-  doctitlefr = "Conrôle du positionnement des doigtés"
-
-%% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
-  texidocde = "
-Die Position von Fingersatzzahlen kann exakt kontrolliert werden.
-
-"
-  doctitlede = "Position von Fingersatz in Akkorden kontrollieren"
+  lsrtags = "chords, editorial-annotations, fretted-strings, keyboards, specific-notation"
 
   texidoc = "
-The placement of fingering numbers can be controlled precisely.
+The placement of fingering numbers can be controlled precisely. For
+fingering orientation to apply, you must use a chord construct <> even
+if it is a single note.
 
 "
   doctitle = "Controlling the placement of chord fingerings"
@@ -49,5 +32,3 @@ The placement of fingering numbers can be controlled precisely.
   \set fingeringOrientations = #'(down)
   <e-3>2
 }
-
-