]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / allowing-fingerings-to-be-printed-inside-the-staff.ly
index 0c57ab2c43b933affecb63c81b6133a857db98b2..3afb47f27ae969de4bcafe36dc9cbb0bf3a9bafb 100644 (file)
@@ -1,13 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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.14.2"
+\version "2.18.0"
 
 \header {
-  lsrtags = "spacing, fretted-strings, specific-notation, editorial-annotations"
+  lsrtags = "editorial-annotations, fretted-strings, spacing, specific-notation"
 
   texidoc = "
 By default, vertically oriented fingerings are positioned outside the
@@ -18,9 +18,8 @@ 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 = #'()
+  \override Fingering.staff-padding = #'()
   <c-1 e-2 g-3 b-5>4 <g'-0>
 }