]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove
authorhanwen <hanwen>
Sun, 1 Aug 2004 11:15:40 +0000 (11:15 +0000)
committerhanwen <hanwen>
Sun, 1 Aug 2004 11:15:40 +0000 (11:15 +0000)
input/test/lyrics-skip-notes.ly [deleted file]

diff --git a/input/test/lyrics-skip-notes.ly b/input/test/lyrics-skip-notes.ly
deleted file mode 100644 (file)
index 2fea413..0000000
+++ /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 }
-    >>
-}