]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.76
authorfred <fred>
Thu, 27 Jul 2000 18:37:46 +0000 (18:37 +0000)
committerfred <fred>
Thu, 27 Jul 2000 18:37:46 +0000 (18:37 +0000)
input/bugs/orchestscore.ly [new file with mode: 0644]

diff --git a/input/bugs/orchestscore.ly b/input/bugs/orchestscore.ly
new file mode 100644 (file)
index 0000000..8ad6ae4
--- /dev/null
@@ -0,0 +1,109 @@
+%
+% 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)
+    }
+  }
+}
+