From: Han-Wen Nienhuys Date: Sun, 1 Aug 2004 11:15:40 +0000 (+0000) Subject: remove X-Git-Tag: release/2.3.10~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0bdacd02fc508e6b5f90cb4c2073ca859707af15;p=lilypond.git remove --- 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 } - >> -}