]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/recorder-fingering-chart.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / recorder-fingering-chart.ly
index a5cb083c2e58ec524790e87afad4cd6f43a093d3..4d8d548bfd9360397b42d7200cbce848ac9acc29 100644 (file)
@@ -1,10 +1,10 @@
 %% 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.17.30"
+\version "2.18.0"
 
 \header {
   lsrtags = "winds"
@@ -21,12 +21,9 @@ instruments can be realized.
 
 centermarkup = {
   \once \override TextScript.self-alignment-X = #CENTER
-  \once \override TextScript.X-offset =#(ly:make-simple-closure
-  `(,+
-  ,(ly:make-simple-closure (list
-  ly:self-alignment-interface::centered-on-x-parent))
-  ,(ly:make-simple-closure (list
-  ly:self-alignment-interface::x-aligned-on-self))))
+  \once \override TextScript.X-offset =#(lambda (g)
+  (+ (ly:self-alignment-interface::centered-on-x-parent g)
+     (ly:self-alignment-interface::x-aligned-on-self g)))
 }
 
 \score {