]> git.donarmstrong.com Git - lilypond.git/commitdiff
Deleted files.
authorGraham Percival <graham@percival-music.ca>
Fri, 20 Jun 2003 02:03:49 +0000 (02:03 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 20 Jun 2003 02:03:49 +0000 (02:03 +0000)
ChangeLog
input/test/broken.ly [deleted file]
input/test/lyric-phrasing.ly [deleted file]

index 5478bd894485b6dcdc68aef3b7ec40db03bb219d..464305c35a65e2e2856ad724cce8dc34810c0d0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-20  Graham Percival  <gperlist@shaw.ca>
+
+       * input/test/ broken.ly lyric-phrasing.ly: deleted.
+
 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * 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 (file)
index 8302856..0000000
+++ /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 (file)
index c307277..0000000
+++ /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 %%