From: hanwen Date: Sun, 1 Aug 2004 11:15:40 +0000 (+0000) Subject: remove X-Git-Tag: release/2.3.12~67 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e3f7f66a6eda6c3fc7a1ee0e1e11854df95b8f56;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 } - >> -}