]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use new convention for (de)crescendoSpanner property in init file.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 May 2008 02:31:02 +0000 (23:31 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 May 2008 02:31:02 +0000 (23:31 -0300)
ly/spanners-init.ly

index 1425b22b14954315deea2483a50c4b3a110e737e..6e5bc48b0e6fcfa1b8e03fb67133c59255100762 100644 (file)
@@ -22,7 +22,7 @@ stopTrillSpan = #(make-span-event 'TrillSpanEvent STOP)
 cresc =  {
   #(ly:export (make-event-chord (list cr)))
   \set crescendoText = \markup { \italic "cresc." }
-  \set crescendoSpanner = #'dashed-line
+  \set crescendoSpanner = #'text
 }
 
 
@@ -30,7 +30,7 @@ dim =  {
   #(ly:export (make-event-chord (list decr)))
 
   \set decrescendoText = \markup { \italic "dim." }
-  \set decrescendoSpanner = #'dashed-line
+  \set decrescendoSpanner = #'text
 }
 
 enddim =  {