From: fred Date: Tue, 26 Mar 2002 21:51:36 +0000 (+0000) Subject: lilypond-1.1.10 X-Git-Tag: release/1.5.59~2342 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=91c75f25553bee88de33dda7c769a6dd442de662;p=lilypond.git lilypond-1.1.10 --- diff --git a/input/bugs/slur-bug.fly b/input/bugs/slur-bug.fly deleted file mode 100644 index 474bf96c23..0000000000 --- a/input/bugs/slur-bug.fly +++ /dev/null @@ -1,9 +0,0 @@ -% bug -% excentric slur can't handle this ... -\score{ - \melodic{ - \octave c; - \stemdown; - \[4/5c8( c f,, c c\]1/1 c c c )c | - } -} diff --git a/input/bugs/slur-symmetry.ly b/input/bugs/slur-symmetry.ly deleted file mode 100644 index 60e1ad8dc6..0000000000 --- a/input/bugs/slur-symmetry.ly +++ /dev/null @@ -1,16 +0,0 @@ -\header{ -% should look the same -title="symmetry"; -} -\score{ - \melodic\relative c'{ - [g'8( e )c' g,] - [d'( f' )a, a] - [d( f )a, d'] - [g,( e, )c' c] - } - \paper{ - castingalgorithm = \Wordwrap; - linewidth = 50.0\mm; - } -}