From 3efeb5339ba49cfb61a7ae7291b103879a91b811 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Wed, 22 Aug 2012 20:55:19 +0200
Subject: [PATCH] New lilypond versions don't need cresc etc. commands any more

---
 orchestrallily.ily | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/orchestrallily.ily b/orchestrallily.ily
index 60e13f5..4936ccc 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.
-- 
GitLab