]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / allowing-fingerings-to-be-printed-inside-the-staff.ly
index a026406c4b44acbb739f7a7b6dbd175e14769c70..8de9ebf7aa7fa6763d049b2147295f213ab813b3 100644 (file)
@@ -1,37 +1,43 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.29"
 
 \header {
   lsrtags = "editorial-annotations, fretted-strings, spacing"
 
-%% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a
+%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
+
   texidoces = "
-Las cifras de digitación se imprimen de forma predeterminada fuera
-del pentagrama.  Sin embargo, este comportamiento se puede
-cancelar.
+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: 3f880f886831b8c72c9e944b3872458c30c6c839
-  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"
+  doctitlees = "Permitir que las digitaciones se impriman dentro del pentagrama"
 
-%% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
+%% 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"
+
 
   texidoc = "
 By default, vertically oriented fingerings are positioned outside the
-staff.  However, this behavior can be canceled.
+staff.  However, this behavior can be canceled. Note: you must use a
+chord construct <>, even if it is only a single note.
 
 "
   doctitle = "Allowing fingerings to be printed inside the staff"
@@ -39,7 +45,7 @@ staff.  However, this behavior can be canceled.
 
 \relative c' {
   <c-1 e-2 g-3 b-5>2
-  \once \override Fingering #'staff-padding = #'()
-  <c-1 e-2 g-3 b-5>2
+  \override Fingering #'staff-padding = #'()
+  <c-1 e-2 g-3 b-5>4 <g'-0>
 }