From: Graham Percival Date: Fri, 20 Jun 2003 02:03:49 +0000 (+0000) Subject: Deleted files. X-Git-Tag: release/1.7.23~29 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d653f27daf26fead5228350067f123c4890da1b2;p=lilypond.git Deleted files. --- diff --git a/ChangeLog b/ChangeLog index 5478bd8944..464305c35a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-20 Graham Percival + + * input/test/ broken.ly lyric-phrasing.ly: deleted. + 2003-06-20 Han-Wen Nienhuys * lily/slur.cc (get_boundary_notecolumn_y): change name from diff --git a/input/test/broken.ly b/input/test/broken.ly deleted file mode 100644 index 83028568d8..0000000000 --- a/input/test/broken.ly +++ /dev/null @@ -1,30 +0,0 @@ -\version "1.7.18" - -\header{ texidoc = "Broken parts of slurs should show the trend of the -encompassed notes." -} -shortlong = \notes{ - c4(c-)( c c | - c c c c | - c c c c | - \break - c c c c-) | -} - -broken = \notes\transpose c c'{ - c c c c( - c c-) c c( - a'-) a' a' a'() - a' a' a' a'( -} - -\score{ - \notes{ - \broken - } - \paper{ - raggedright = ##t - } -} - -%% new-chords-done %% diff --git a/input/test/lyric-phrasing.ly b/input/test/lyric-phrasing.ly deleted file mode 100644 index c30727782e..0000000000 --- a/input/test/lyric-phrasing.ly +++ /dev/null @@ -1,44 +0,0 @@ -\version "1.7.18" -% delete? I don't think it demonstrates much. -gp -% the only unusual thing here is \melisma -\header{ -filename = "twinkle-pop.ly" -%texidoc = "twinkle twinkle in pop-song-settings" -texidoc = "DELETE (unless \melisma is really special. In that case, rename file.) " -} - - - -m = \notes \relative c'' { - \property Staff.automaticMelismata = ##t - \autoBeamOff - g4 r8 \times 2/3 { g'8( f e-) } r8 \grace { d16-[ c b] } e4 - \emptyText - d8.^"melisma" \melisma c16 - \melismaEnd - b c d e } - -textI = \lyrics { la4 __ la -- la I, la dargh la dargh. } -textII = \lyrics { dar -- dargh __ dargh dargh dargh la dargh loo. } -textIII = \lyrics { la -- da __ doo dah dargh la dargh loo. } - -\score { - - \notes < \context Staff = SA \context Voice = VA { s1 } - \context LyricsVoice = "VA-1" { s1 } - \context LyricsVoice = "VA-2" { s1 } - - \addlyrics - \context Staff = SA \m - < \context LyricsVoice = "VA-1" \textI - \context LyricsVoice = "VA-2" \textII - \context LyricsVoice = "VA-3" \textIII - > - - > - - \paper { - } - -} -%% new-chords-done %%