]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / hiding-the-extender-line-for-text-dynamics.ly
index 1df5ec0bf40d7d69da645b29c9993c39f0380d9a..682e2d5421e3f4db6d64481b1bfaf7bfac35ad81 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 = "expressive-marks"
@@ -20,7 +20,7 @@ following way:
 
 
 \relative c'' {
-  \override DynamicTextSpanner #'style = #'none
+  \override DynamicTextSpanner.style = #'none
   \crescTextCresc
   c1\< | d | b | c\!
 }