]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / hiding-the-extender-line-for-text-dynamics.ly
index 1df5ec0bf40d7d69da645b29c9993c39f0380d9a..b92da64840e7b1acad8601f6dedbc8546da9afc0 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.16.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "expressive-marks"
@@ -18,9 +18,8 @@ following way:
   doctitle = "Hiding the extender line for text dynamics"
 } % begin verbatim
 
-
 \relative c'' {
-  \override DynamicTextSpanner #'style = #'none
+  \override DynamicTextSpanner.style = #'none
   \crescTextCresc
   c1\< | d | b | c\!
 }