]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.78
authorfred <fred>
Wed, 27 Mar 2002 00:10:15 +0000 (00:10 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:10:15 +0000 (00:10 +0000)
input/bugs/dynamic-dir.ly [deleted file]
input/bugs/orchestscore.ly [deleted file]

diff --git a/input/bugs/dynamic-dir.ly b/input/bugs/dynamic-dir.ly
deleted file mode 100644 (file)
index e56db38..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-%non of the dynamics properties work anymore
-
-\score { 
-  \context Voice \notes\relative c {
-        \property Voice.verticalDirection = #-1
-        \property Voice.dynamicVerticalDirection = #-1
-        \property Voice.dynamicDirection = #-1
-        \property Voice.dynamicPadding = #40
-        c \p c \<  \! c \ff\> c \!c-\p 
-
-  }
-}
diff --git a/input/bugs/orchestscore.ly b/input/bugs/orchestscore.ly
deleted file mode 100644 (file)
index 8ad6ae4..0000000
+++ /dev/null
@@ -1,109 +0,0 @@
-%
-% Hara-kiri leaves a big gap
-%
-
-\version "1.3.59";
-
-m = \notes \relative c''{
-
-c1 | c2 c | c c | c c | \break c c | c c | c c | c c | 
-}
-
-M = \notes \relative c''{
-
-c1 | c2 c | c c | R1*5 
-}
-
-\score{ < 
-  \context StaffGroup = wood <
-    \context Staff = flauto <
-      \property Staff.instrument = "Flauto"
-      \property Staff.instr = "Fl."
-      \m
-    >
-    \context Staff = oboe <
-      \property Staff.instrument = "Oboe"
-      \property Staff.instr = "Ob."
-      \m
-    >
-    \context Staff = clarI <
-      \property Staff.instrument = "Clarinetto I"
-      \property Staff.instr = "Cl. I"
-      \m
-    >
-    \context Staff = clarII <
-      \property Staff.instrument = "Clarinetto II"
-      \property Staff.instr = "Cl. II"
-      \m
-    >
-    \context Staff = fagotto <
-      \property Staff.instrument = "Fagotto"
-      \property Staff.instr = "Fg."
-      \m
-    >
-  >
-  \context StaffGroup = brass <
-    \context Staff = cor <
-      \property Staff.instrument = "2 Corni in F"
-      \property Staff.instr = "Cor."
-      \context Voice = corI { \stemup \M }
-      \context Voice = corII { \stemdown \M }
-    >
-    \context Staff = trp <
-      \property Staff.instrument = "2 Trp. in B\\textflat  "
-      \property Staff.instr = "Trp."
-      \context Voice = trpI { \stemup \M }
-      \context Voice = trpII { \stemdown \M }
-    >
-  >
-    \context StaffGroup = percussion <\context Staff = timpani <
-      \property Staff.instrument = "Timpani"
-      \property Staff.instr = "Timp."
-      \notes{c''1 R1*8}
-    >
-  >
-  \context StaffGroup = strings <
-    \context GrandStaff = violins <
-      \context Staff = viI <
-        \property Staff.instrument = "Violin I"
-        \property Staff.instr = "Vi. I"
-        \m
-      >
-      \context Staff = viII <
-        \property Staff.instrument = "Violin II"
-        \property Staff.instr = "Vi. II"
-        \m
-      >
-    >
-    \context Staff = vla <
-      \property Staff.instrument = "Viola"
-      \property Staff.instr = "Vla."
-      \m
-    >
-    \context Staff = vlc <
-      \property Staff.instrument = "Violoncello"
-      \property Staff.instr = "Vlc"
-      \m
-    >
-    \context Staff = cb <
-      \property Staff.instrument = "Contrabasso"
-      \property Staff.instr = "C.B."
-      \m
-    >
-  >
->
- \paper {
-%    \paper_sixteen;
-    linewidth = 185.\mm;
-    textheight = 260.\mm;
-    \translator {
-       \OrchestralScoreContext
-       barNumberScriptPadding = 10;
-    }
-    \translator { \HaraKiriStaffContext
-        marginScriptPadding = 15.0;
-%        StaffMinimumVerticalExtent = #(cons -0.0 0.0)
-    }
-  }
-}
-