]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/center-text-below-hairpin-dynamics.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / center-text-below-hairpin-dynamics.ly
index edf4c835fa584a7ac120f22950bb752be0b41502..0df124d21e273eff58f6c9999aab805f62e4d0f0 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "expressive-marks, really-cool, scheme-language, text"
@@ -24,7 +24,7 @@ some Scheme code.
 hairpinWithCenteredText =
 #(define-music-function (parser location text) (markup?)
 #{
-  \once \override Voice.Hairpin #'after-line-breaking =
+  \once \override Voice.Hairpin.after-line-breaking =
     #(lambda (grob)
       (let* ((stencil (ly:hairpin::print grob))
              (par-y (ly:grob-parent grob Y))