]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / allowing-fingerings-to-be-printed-inside-the-staff.ly
index 01d5dbd819292aa6cff8dda104124317f42a4c36..d4a211ffe549e6a8268615e6989bc4ac25cdadd6 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "editorial-annotations, fretted-strings, spacing, specific-notation"
@@ -21,6 +21,6 @@ chord construct <>, even if it is only a single note.
 
 \relative c' {
   <c-1 e-2 g-3 b-5>2
-  \override Fingering #'staff-padding = #'()
+  \override Fingering.staff-padding = #'()
   <c-1 e-2 g-3 b-5>4 <g'-0>
 }