]> 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 b0997d3f8c8afc91aef2eb90d938422f7260cb95..10d9da84a1db3aeea256fb6f1dcb1214f3026f8c 100644 (file)
@@ -1,12 +1,20 @@
 %% 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-annotations, spacing"
+  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.
+By default, fingering numbers will be printed outside the staff. 
 However, this behavior can be canceled.
 
 "
@@ -14,6 +22,6 @@ However, this behavior can be canceled.
 } % 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
 }