]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.130
authorfred <fred>
Wed, 27 Mar 2002 01:02:25 +0000 (01:02 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:02:25 +0000 (01:02 +0000)
input/bugs/forte.ly [deleted file]
input/bugs/lyrics-bar.ly [deleted file]
input/regression/dyn-line.ly [deleted file]
input/test/dynamics.ly [deleted file]
lily/include/slur-engraver.hh [deleted file]

diff --git a/input/bugs/forte.ly b/input/bugs/forte.ly
deleted file mode 100644 (file)
index bed65d1..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-% y-pos of f is wrong
-
-\score { 
-   \notes \relative c' \context Voice = viola {
-       <c4-\f g' c>
-       \stemDown g'8. b,16
-       s1 s2. r4
-       g }
-}
diff --git a/input/bugs/lyrics-bar.ly b/input/bugs/lyrics-bar.ly
deleted file mode 100644 (file)
index ec0309b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-\header{
-texidoc="
-Adding a @code{Bar_engraver} to the LyricsVoice context makes sure that
-lyrics don't collide with barlines.
-";
-}
-
-\score {
-       \context StaffGroup <
-       \notes \context Staff {
-               b1 b1 \bar "|.";
-       }
-       \lyrics\context Lyrics <
-               \context LyricsVoiceWithBars {
-%                      thisContextHasSpanBarEngraver1  added
-                       ThisContextCertainlyHasSpanBarEngraverAddedButTheresSomethingFunny1.  Here.
-               }
-               \context LyricsVoice {
-                       this4 one has no SpanBarEngraverAddedToContext1
-               }
-       >
-       \notes \context Staff = SB { b1 b1 }
-       >
-       \paper {
-               linewidth = -1.0\cm;
-               \translator {
-                       \LyricsContext
-                       \consists "Span_bar_engraver";
-                       \accepts "LyricsVoiceWithBars";
-               }
-               \translator {
-                       \LyricsVoiceContext
-                       \name "LyricsVoiceWithBars";
-               }
-               \translator {
-                       \LyricsVoiceContext
-               }
-       }
-}
diff --git a/input/regression/dyn-line.ly b/input/regression/dyn-line.ly
deleted file mode 100644 (file)
index 31f5dc5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-\header{
-texidoc="
-Dynamics appear below or above the staff.  If multiple dynamics are
-linked with (de)crescendi, they should be on the same line.
-";
-}
-\score{
-\notes\relative c''{
-a1\fff\> \!c,,\pp a'' a\p
-
-
-% We need this to test if we get two Dynamic line spanners
-a
-
-% because do_removal_processing ()
-% doesn't seem to post_process elements
-d\f
-
-a
-
-}
-\paper{
-}
-\midi{
-\tempo 1 = 60;
-}
-}
diff --git a/input/test/dynamics.ly b/input/test/dynamics.ly
deleted file mode 100644 (file)
index 05fca1a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-\score { 
-  \context Voice \notes\relative c {
-    c''4 \p c \ff  c^\ff 
-       \property Voice.dynamicPadding = 10
-       c \p \<  \! c \ff\> c \!c-\p 
-       
-  }
-  \paper { }  
-  \midi { }
-}
diff --git a/lily/include/slur-engraver.hh b/lily/include/slur-engraver.hh
deleted file mode 100644 (file)
index 71a84a2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
-  slur-engraver.hh -- declare Slur_engraver
-
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef SLURGRAV_HH
-#define SLURGRAV_HH
-
-
-
-#endif // SLURGRAV_HH