]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / allowing-fingerings-to-be-printed-inside-the-staff.ly
index 8376bfe45774107106843422c80be92b6d745d04..10d9da84a1db3aeea256fb6f1dcb1214f3026f8c 100644 (file)
@@ -1,16 +1,27 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.57"
 
 \header {
-  lsrtags = "editorial-and-educational-use, spacing"
- texidoc = "
-By default, fingering numbers will be printed outside the staff.
+  lsrtags = "editorial-annotations, fretted-strings, spacing"
+
+  texidoces = "
+Las cifras de digitaciĆ³n se imprimen de forma predeterminada fuera
+del pentagrama.  Sin embargo, este comportamiento se puede
+cancelar.
+
+"
+  doctitlees = "Permitir que las digitaciones se impriman dentro del pentagrama"
+
+  texidoc = "
+By default, fingering numbers will be printed outside the staff. 
 However, this behavior can be canceled.
-" }
-% begin verbatim
+
+"
+  doctitle = "Allowing fingerings to be printed inside the staff"
+} % begin verbatim
 \relative c' {
   <c-1 e-2 g-3 b-5>2
-  \once \override Fingering  #'staff-padding = #'()
-  <c-1 e-2 g-3 b-5>
+  \once \override Fingering #'staff-padding = #'()
+  <c-1 e-2 g-3 b-5>2
 }