]> 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 561473cf0264ff791f82d5221a5946194b543c8d..0c57ab2c43b933affecb63c81b6133a857db98b2 100644 (file)
@@ -1,37 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.10"
+\version "2.14.2"
 
 \header {
-  lsrtags = "editorial-annotations, fretted-strings, spacing"
-
-%% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
-
-  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: d96023d8792c8af202c7cb8508010c0d3648899d
-  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: 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"
-
+  lsrtags = "spacing, fretted-strings, specific-notation, editorial-annotations"
 
   texidoc = "
 By default, vertically oriented fingerings are positioned outside the
@@ -42,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>
 }
-