]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / allowing-fingerings-to-be-printed-inside-the-staff.ly
index 8a1b4edd7bb267c0901bb4b9652bb72eb3d6a161..0c57ab2c43b933affecb63c81b6133a857db98b2 100644 (file)
@@ -7,37 +7,7 @@
 \version "2.14.2"
 
 \header {
-  lsrtags = "specific-notation, editorial-annotations, fretted-strings, spacing"
-
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-
-  texidoces = "
-Las cifras de digitación orientadas verticalmente se colocan de forma
-predeterminada fuera del pentagrama.  Sin embargo, este comportamiento
-se puede cancelar.  Nota: se debe usar una construcción de acorde <>,
-aunque sea una sola nota.
-
-
-"
-  doctitlees = "Permitir que las digitaciones se impriman dentro del pentagrama"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Normalerweise werden vertikal orientierte Fingersatzzahlen außerhalb des Systems
-gesetzt.  Das kann aber verändert werden.
-
-"
-  doctitlede = "Fingersatz auch innerhalb des Systems setzen"
-
-%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
-  texidocfr = "
-L'empilement des indications de doigté se fait par défaut à l'extérieur
-de la portée.  Néanmoins, il est possible d'annuler ce comportement.
-
-"
-  doctitlefr = "Impression des doigtés à l'intérieur de la portée"
-
+  lsrtags = "spacing, fretted-strings, specific-notation, editorial-annotations"
 
   texidoc = "
 By default, vertically oriented fingerings are positioned outside the
@@ -54,4 +24,3 @@ chord construct <>, even if it is only a single note.
   \override Fingering #'staff-padding = #'()
   <c-1 e-2 g-3 b-5>4 <g'-0>
 }
-