From: fred Date: Wed, 27 Mar 2002 01:02:25 +0000 (+0000) Subject: lilypond-1.3.130 X-Git-Tag: release/1.5.59~724 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=784122dd5fa421c913b2f672ccb25a55d54d82ff;p=lilypond.git lilypond-1.3.130 --- diff --git a/input/bugs/forte.ly b/input/bugs/forte.ly deleted file mode 100644 index bed65d14d7..0000000000 --- a/input/bugs/forte.ly +++ /dev/null @@ -1,10 +0,0 @@ - -% y-pos of f is wrong - -\score { - \notes \relative c' \context Voice = viola { - - \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 index ec0309b322..0000000000 --- a/input/bugs/lyrics-bar.ly +++ /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 index 31f5dc597b..0000000000 --- a/input/regression/dyn-line.ly +++ /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 index 05fca1aaca..0000000000 --- a/input/test/dynamics.ly +++ /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 index 71a84a21bc..0000000000 --- a/lily/include/slur-engraver.hh +++ /dev/null @@ -1,13 +0,0 @@ -/* - slur-engraver.hh -- declare Slur_engraver - - (c) 1997--2000 Han-Wen Nienhuys -*/ - - -#ifndef SLURGRAV_HH -#define SLURGRAV_HH - - - -#endif // SLURGRAV_HH