]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.60
authorfred <fred>
Tue, 26 Mar 2002 22:28:54 +0000 (22:28 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:28:54 +0000 (22:28 +0000)
input/bugs/2pianobrace.ly [deleted file]
input/bugs/enghack.ly [deleted file]
input/bugs/grace-accident.ly [deleted file]
input/bugs/hairy-grace.ly [deleted file]
input/bugs/refman-sv.ly [deleted file]
input/bugs/slur-broken.ly [deleted file]
input/test/slur-bug.ly [deleted file]
input/test/tie-bug.ly [deleted file]

diff --git a/input/bugs/2pianobrace.ly b/input/bugs/2pianobrace.ly
deleted file mode 100644 (file)
index a5c7cb4..0000000
+++ /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 (file)
index 2be4064..0000000
+++ /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 (file)
index 5d2cd4c..0000000
+++ /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 (file)
index e7a3af1..0000000
+++ /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 (file)
index a145051..0000000
+++ /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 (file)
index 7cf4645..0000000
+++ /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 (file)
index ff28f8d..0000000
+++ /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 (file)
index f521510..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-\version "1.1.52";
-
-
-%  middle tie is wrong
-\score{
-       \notes\relative c'{
-       {               <c4 e g  > ~ <d f a>
-       }
-}}
-