]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.80
authorfred <fred>
Wed, 27 Mar 2002 00:12:02 +0000 (00:12 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:12:02 +0000 (00:12 +0000)
input/bugs/almost.ly [deleted file]
input/bugs/monstrous.ly [deleted file]
input/bugs/slur.ly [deleted file]
mutopia/Coriolan/contrabasso-part.ly [deleted file]
mutopia/Coriolan/viola-part.ly [deleted file]
mutopia/Coriolan/violoncello-part.ly [deleted file]

diff --git a/input/bugs/almost.ly b/input/bugs/almost.ly
deleted file mode 100644 (file)
index 7276562..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-\score{
-       \context Staff <
-               \context Voice=one { \skip 1; }
-               \context Voice=two { \skip 1; }
-
-               \context Voice=one \partcombine Voice
-                       \context Thread=one \notes\relative c'' {
-                               a4 c4.()g8 a4
-                       }
-                       \context Thread=two \notes\relative c'' {
-                               g4 e4.()d8 c4
-                       }
-       >
-       \paper{
-               linewidth=60.\mm;
-       }
-}
-
diff --git a/input/bugs/monstrous.ly b/input/bugs/monstrous.ly
deleted file mode 100644 (file)
index e25ea23..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-%% Chord gurus, is this ok now??
-
-monstrous= \chords{
-    \property Score.chordInversion = "1"
-
-    % /c is/was missing:
-    bes:6/+c
-
-    % Cdim7
-    c:dim7
-}
-
-\score{
-    <
-       \context ChordNames \monstrous
-       \context Staff \monstrous
-    >
-    \paper{
-       linelength=-1.0\mm;
-    }
-}
diff --git a/input/bugs/slur.ly b/input/bugs/slur.ly
deleted file mode 100644 (file)
index c2a8552..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-
- \score {
-       \notes \relative c' {
-       c2(  c  \break c c  c  c  \break c 
-}}
diff --git a/mutopia/Coriolan/contrabasso-part.ly b/mutopia/Coriolan/contrabasso-part.ly
deleted file mode 100644 (file)
index 46eea2f..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-\header{
-filename =      "contrabasso-part.ly";
-% %title =      "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description =   "";
-composer =      "Ludwig van Beethoven (1770-1827)";
-enteredby =     "JCN";
-copyright =     "public domain";
-}
-
-\version "1.3.59";
-
-\include "global.ly"
-\include "contrabasso.ly"
-
-\score{
-       \$contrabasso_staff 
-       \include "coriolan-part-paper.ly"
-       \include "coriolan-midi.ly"
-}
-
diff --git a/mutopia/Coriolan/viola-part.ly b/mutopia/Coriolan/viola-part.ly
deleted file mode 100644 (file)
index d0a900c..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-\header{
-filename =      "viola-part.ly";
-% %title =      "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description =   "";
-composer =      "Ludwig van Beethoven (1770-1827)";
-enteredby =     "JCN";
-copyright =     "public domain";
-}
-
-\version "1.3.59";
-
-\include "global.ly"
-\include "viola-1.ly"
-\include "viola-2.ly"
-
-$viola_staff = \context GrandStaff = viola <
-       \$viola1_staff
-       \$viola2_staff
->
-
-\include "coriolan-part-paper.ly"
-
-\score{
-       \$viola_staff
-       \include "coriolan-part-paper.ly"
-       \paper{
-               \translator { \HaraKiriStaffContext }
-       }
-       \include "coriolan-midi.ly"
-}
-
diff --git a/mutopia/Coriolan/violoncello-part.ly b/mutopia/Coriolan/violoncello-part.ly
deleted file mode 100644 (file)
index 221ea9c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-\header{
-filename =      "violoncello-part.ly";
-% %title =      "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description =   "";
-composer =      "Ludwig van Beethoven (1770-1827)";
-enteredby =     "JCN";
-copyright =     "public domain";
-}
-
-\version "1.3.59";
-
-\include "global.ly"
-\include "violoncello.ly"
-
-\score{
-       \$violoncello_staff 
-       \include "coriolan-part-paper.ly"
-       \include "coriolan-midi.ly"
-}
-