From: fred Date: Tue, 26 Mar 2002 22:28:54 +0000 (+0000) Subject: lilypond-1.1.60 X-Git-Tag: release/1.5.59~2074 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=62cbfd120075577a3c1275bc7d4aacfb13810901;p=lilypond.git lilypond-1.1.60 --- diff --git a/input/bugs/2pianobrace.ly b/input/bugs/2pianobrace.ly deleted file mode 100644 index a5c7cb406a..0000000000 --- a/input/bugs/2pianobrace.ly +++ /dev/null @@ -1,6 +0,0 @@ -\score { \notes { -\context StaffGroup <\context PianoStaff = PA< c4 d4 > - \context PianoStaff =PB < c4 d4 > ->} -} - diff --git a/input/bugs/enghack.ly b/input/bugs/enghack.ly deleted file mode 100644 index 2be4064a91..0000000000 --- a/input/bugs/enghack.ly +++ /dev/null @@ -1,14 +0,0 @@ -\score { - \notes { - c'\longa c'\breve - c'1 c'2 c'4 c'8 c'16 c'32 c'64 c'64 c'2. c'8. c'16 - } - \paper { - linewidth = -1.0; - \translator { \type "Score_engraver"; - \name "Score"; - \consists "Note_heads_engraver"; - \consists "Stem_engraver"; - \consists "Rhythmic_column_engraver"; - }}} - diff --git a/input/bugs/grace-accident.ly b/input/bugs/grace-accident.ly deleted file mode 100644 index 5d2cd4c027..0000000000 --- a/input/bugs/grace-accident.ly +++ /dev/null @@ -1,7 +0,0 @@ -%grace-accident.ly -\score{ - \context Staff=foo \notes\relative c''{ -% c8 % remove line to dump core - \grace { cis8 dis } e,4 - } -} diff --git a/input/bugs/hairy-grace.ly b/input/bugs/hairy-grace.ly deleted file mode 100644 index e7a3af1dac..0000000000 --- a/input/bugs/hairy-grace.ly +++ /dev/null @@ -1,14 +0,0 @@ -%hairy grace stuff: - -\score{ - \context Staff=foo \notes\relative c''{ - % two auto beams - d4 \grace c8 d8 \grace { d16 c16 } d8 c2 - \property Voice.verticalDirection = 1 - % colliding beams - d4 \grace c8 d8 \grace { d16 c16 } d8 c2 - \property Voice.verticalDirection = 0 - % leger lines - d,,4 \grace c8 d8 \grace { d16 c16 } d8 c2 - } -} diff --git a/input/bugs/refman-sv.ly b/input/bugs/refman-sv.ly deleted file mode 100644 index a1450512b6..0000000000 --- a/input/bugs/refman-sv.ly +++ /dev/null @@ -1,4 +0,0 @@ -\score{\notes{ -c'' \< \! c'' d'' \decr e'' \rced -< f''1 {s4 \< \! s4 \> \! s2 } > -}} diff --git a/input/bugs/slur-broken.ly b/input/bugs/slur-broken.ly deleted file mode 100644 index 7cf4645bcd..0000000000 --- a/input/bugs/slur-broken.ly +++ /dev/null @@ -1,20 +0,0 @@ -shortlong = \notes{ - c4()c( c c | - c c c c | - c c c c | - \break - c c c )c | - c c c c | - c c c c | - c c c c | - c c c c | -} - -\score{ - \shortlong - \paper{ - indent = 0.0\pt; - % linewidth= 30.\mm; - castingalgorithm = \Wordwrap; - } -} diff --git a/input/test/slur-bug.ly b/input/test/slur-bug.ly deleted file mode 100644 index ff28f8d777..0000000000 --- a/input/test/slur-bug.ly +++ /dev/null @@ -1,10 +0,0 @@ -\version "1.1.52"; - -% bug -% excentric slur can't handle this ... -\score{ - \notes{ - \stemdown - \times 4/5 {c8( c f,, c c} c c c )c | - } -} diff --git a/input/test/tie-bug.ly b/input/test/tie-bug.ly deleted file mode 100644 index f52151068f..0000000000 --- a/input/test/tie-bug.ly +++ /dev/null @@ -1,10 +0,0 @@ -\version "1.1.52"; - - -% middle tie is wrong -\score{ - \notes\relative c'{ - { ~ - } -}} -