From e3f7f66a6eda6c3fc7a1ee0e1e11854df95b8f56 Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Sun, 1 Aug 2004 11:15:40 +0000
Subject: [PATCH] remove

---
 input/test/lyrics-skip-notes.ly | 24 ------------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 input/test/lyrics-skip-notes.ly

diff --git a/input/test/lyrics-skip-notes.ly b/input/test/lyrics-skip-notes.ly
deleted file mode 100644
index 2fea413130..0000000000
--- a/input/test/lyrics-skip-notes.ly
+++ /dev/null
@@ -1,24 +0,0 @@
-
-\header
-{
-    texidoc ="
-
-By inserting @code{\\skip} statements into lyric lines, one can attach
-less lyric syllables to a melody. 
-
-"
-}
-
-
-				% shorthand for Skip Lyric
-sl =  { \skip 4 }
-
-\version "2.3.8"
-\score {
-    <<
-	\context Voice = "A" \relative { c4 c c c }
-	\lyricsto "A" \new Lyrics { foo __ \sl \sl bar }
-	\lyricsto "A" \new Lyrics { foo -- \sl baz bar }
-	\lyricsto "A" \new Lyrics { foo -- baz -- baaz bar }
-    >>
-}
-- 
2.39.5