]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly
LSR: Update.
[lilypond.git] / input / lsr / allowing-fingerings-to-be-printed-inside-the-staff.ly
index 8376bfe45774107106843422c80be92b6d745d04..9bb2644a1a896ece541bcdc666c041a8cc7f21f3 100644 (file)
@@ -1,16 +1,19 @@
 %% 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.49"
 
 \header {
-  lsrtags = "editorial-and-educational-use, spacing"
- texidoc = "
-By default, fingering numbers will be printed outside the staff.
+  lsrtags = "editorial-annotations, spacing"
+
+  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
 }