From 84015370ebd664ea0b43fee03a0a45a86964816d Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:55:54 +0000 Subject: [PATCH] lilypond-1.5.3 --- input/test/manual-volta.ly | 19 ------------------- scm/foo.scm | 1 - 2 files changed, 20 deletions(-) delete mode 100644 input/test/manual-volta.ly delete mode 100644 scm/foo.scm diff --git a/input/test/manual-volta.ly b/input/test/manual-volta.ly deleted file mode 100644 index 7f9042daca..0000000000 --- a/input/test/manual-volta.ly +++ /dev/null @@ -1,19 +0,0 @@ -\version "1.3.146" - - -\score { \notes { -% First a normal looking repeat: - c2 c - \property Score.repeatCommands = #'((volta "1.")) - c c - \property Score.repeatCommands = #'((volta #f) end-repeat (volta "2.")) - c c - \property Score.repeatCommands = #'((volta #f)) -% Then a more strange one: - c c - \property Score.repeatCommands = #'((volta "93") end-repeat) - c c - \property Score.repeatCommands = #'((volta #f)) - c c -} -} diff --git a/scm/foo.scm b/scm/foo.scm deleted file mode 100644 index 8b13789179..0000000000 --- a/scm/foo.scm +++ /dev/null @@ -1 +0,0 @@ - -- 2.39.5