diff --git a/orchestrallily.ily b/orchestrallily.ily
index 60e13f58a29b66bb38136fdb92b5ed9a07751818..4936ccc5e5b8b7efb82264bcffb25e33a0a52898 100644
--- a/orchestrallily.ily
+++ b/orchestrallily.ily
@@ -1140,17 +1140,8 @@ whiteoutp = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic
 whiteoutf = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic "f"))
 whiteoutff = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic "ff"))
 
-
-% cresc = #(make-music 'CrescendoEvent 'span-direction START
-%                      'span-type 'text 'span-text "cresc.")
-% dim = #(make-music 'DecrescendoEvent 'span-direction START
-%                    'span-type 'text 'span-text "dim.")
-% decresc = #(make-music 'DecrescendoEvent 'span-direction START
-%                        'span-type 'text 'span-text "decresc.")
 sim = ^\markup{\italic "sim."}
 
-
-
 %%% Thanks to "Gilles THIBAULT" <gilles.thibault@free.fr>, there is a way
 %   to remove also the fermata from R1-\fermataMarkup: By filtering the music
 %   and removing the corresponding events.