From eb0371e21f46fa7a66c2df156d80ed7bf930700b Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Fri, 9 Jun 2006 07:33:54 +0000
Subject: [PATCH] File not necessary; \unfoldRepeats is now a standard command.

---
 input/test/unfold-all-repeats.ly | 32 --------------------------------
 1 file changed, 32 deletions(-)
 delete mode 100644 input/test/unfold-all-repeats.ly

diff --git a/input/test/unfold-all-repeats.ly b/input/test/unfold-all-repeats.ly
deleted file mode 100644
index 8c0f1ebbed..0000000000
--- a/input/test/unfold-all-repeats.ly
+++ /dev/null
@@ -1,32 +0,0 @@
-\version "2.9.7"
-\sourcefilename "unfold-all-repeats.ly"
-
-\header { 
-texidoc = "Applying the standard function @code{unfold-repeats} unfolds 
-recursively all repeats for a correct MIDI output."
-}
-
-unfoldAll = 
-	#(define-music-function (parser location music )
-                        (ly:music?)
-  	#{
-    		\unfoldRepeats $music
-  	#})
-
-mel = \context Staff {
-  \repeat tremolo 8 {c'32 e' }
-  \repeat percent 2 { c''8 d'' }
-  \repeat volta 2 {c'4 d' e' f'} 
-  \alternative {
-    { g' a' a' g' }
-    {f' e' d' c' }
-  }
-  \bar "|."
-}
-
-\score {  {
-  \mel \break
-  \unfoldAll \mel
- }
-}
-
-- 
2.39.5