]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / allowing-fingerings-to-be-printed-inside-the-staff.ly
index 3692a310309952afe4be2a3d8bd111e41ae12f22..01d5dbd819292aa6cff8dda104124317f42a4c36 100644 (file)
@@ -4,40 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  lsrtags = "editorial-annotations, fretted-strings, spacing"
-
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-
-  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 = "editorial-annotations, fretted-strings, spacing, specific-notation"
 
   texidoc = "
 By default, vertically oriented fingerings are positioned outside the
@@ -48,9 +18,9 @@ chord construct <>, even if it is only a single note.
   doctitle = "Allowing fingerings to be printed inside the staff"
 } % begin verbatim
 
+
 \relative c' {
   <c-1 e-2 g-3 b-5>2
   \override Fingering #'staff-padding = #'()
   <c-1 e-2 g-3 b-5>4 <g'-0>
 }
-