lilypond-1.3.68
[lilypond.git] / input / test / orchestscore.ly
blob4f3fc240b2cb35bc1feed972399beca48b14720c
1 \version "1.3.59";
3 m = \notes \relative c''{
5 c1 | c2 c | c c | c c | \break c c | c c | c c | c c |
8 M = \notes \relative c''{
10 c1 | c2 c | c c | R1*5
13 \score{ <
14 \context StaffGroup = wood <
15 \context Staff = flauto <
16 \property Staff.instrument = "Flauto"
17 \property Staff.instr = "Fl."
20 \context Staff = oboe <
21 \property Staff.instrument = "Oboe"
22 \property Staff.instr = "Ob."
25 \context Staff = clarI <
26 \property Staff.instrument = "Clarinetto I"
27 \property Staff.instr = "Cl. I"
30 \context Staff = clarII <
31 \property Staff.instrument = "Clarinetto II"
32 \property Staff.instr = "Cl. II"
35 \context Staff = fagotto <
36 \property Staff.instrument = "Fagotto"
37 \property Staff.instr = "Fg."
41 \context StaffGroup = brass <
42 \context Staff = cor <
43 \property Staff.instrument = "2 Corni in F"
44 \property Staff.instr = "Cor."
45 \context Voice = corI { \stemup \M }
46 \context Voice = corII { \stemdown \M }
48 \context Staff = trp <
49 \property Staff.instrument = "2 Trp. in B\\textflat "
50 \property Staff.instr = "Trp."
51 \context Voice = trpI { \stemup \M }
52 \context Voice = trpII { \stemdown \M }
55 \context StaffGroup = percussion <\context Staff = timpani <
56 \property Staff.instrument = "Timpani"
57 \property Staff.instr = "Timp."
58 \notes{c''1 R1*8}
61 \context StaffGroup = strings <
62 \context GrandStaff = violins <
63 \context Staff = viI <
64 \property Staff.instrument = "Violin I"
65 \property Staff.instr = "Vi. I"
68 \context Staff = viII <
69 \property Staff.instrument = "Violin II"
70 \property Staff.instr = "Vi. II"
74 \context Staff = vla <
75 \property Staff.instrument = "Viola"
76 \property Staff.instr = "Vla."
79 \context Staff = vlc <
80 \property Staff.instrument = "Violoncello"
81 \property Staff.instr = "Vlc"
84 \context Staff = cb <
85 \property Staff.instrument = "Contrabasso"
86 \property Staff.instr = "C.B."
91 \paper {
92 % \paper_sixteen;
93 linewidth = 185.\mm;
94 textheight = 260.\mm;
95 \translator {
96 \OrchestralScoreContext
97 barNumberScriptPadding = 10;
99 \translator { \HaraKiriStaffContext
100 marginScriptPadding = 15.0;
101 % StaffMinimumVerticalExtent = #(cons -0.0 0.0)