]> git.donarmstrong.com Git - lilypond.git/blob - input/test/orchestscore.ly
patch::: 1.3.152.jcn3
[lilypond.git] / input / test / orchestscore.ly
1 \version "1.3.146"
2 \header{
3   latexpackages="graphicx"
4 }
5
6
7
8 m =  \notes \relative c''{
9
10 c1 | c2 c | c c | c c | \break c c | c c | c c | c c | 
11 }
12
13 M =  \notes \relative c''{
14
15 c1 | c2 c | c c | R1*5 
16 }
17
18 \score{ < 
19   \context StaffGroup = wood <
20     \context Staff = flauto <
21     %"\\rotatebox[origin=c]{90}{Flauto}"
22     
23       \property Staff.instrument = "Flauto"
24       \property Staff.instr = "Fl."
25       \m
26     >
27     \context Staff = oboe <
28       \property Staff.instrument = "Oboe"
29       \property Staff.instr = "Ob."
30       \m
31     >
32     \context Staff = clarI <
33       \property Staff.instrument = "Clarinetto I"
34       \property Staff.instr = "Cl. I"
35       \m
36     >
37     \context Staff = clarII <
38       \property Staff.instrument = "Clarinetto II"
39       \property Staff.instr = "Cl. II"
40       \m
41     >
42     \context Staff = fagotto <
43       \property Staff.instrument = "Fagotto"
44       \property Staff.instr = "Fg."
45       \m
46     >
47   >
48   \context StaffGroup = brass <
49     \context Staff = cor <
50       \property Staff.instrument = "2 Corni in F"
51       \property Staff.instr = "Cor."
52       \context Voice = corI { \stemUp \M }
53       \context Voice = corII { \stemDown \M }
54     >
55     \context Staff = trp <
56       \property Staff.instrument = "2 Trp. in B\\textflat  "
57       \property Staff.instr = "Trp."
58       \context Voice = trpI { \stemUp \M }
59       \context Voice = trpII { \stemDown \M }
60     >
61   >
62     \context StaffGroup = percussion <\context Staff = timpani <
63       \property Staff.instrument = "Timpani"
64       \property Staff.instr = "Timp."
65       \notes{c''1 R1*8}
66     >
67   >
68   \context StaffGroup = strings <
69     \context GrandStaff = violins <
70       \context Staff = viI <
71         \property Staff.instrument = "Violin I"
72         \property Staff.instr = "Vi. I"
73         \m
74       >
75       \context Staff = viII <
76         \property Staff.instrument = "Violin II"
77         \property Staff.instr = "Vi. II"
78         \m
79       >
80     >
81     \context Staff = vla <
82       \property Staff.instrument = "Viola"
83       \property Staff.instr = "Vla."
84       \m
85     >
86     \context Staff = vlc <
87       %% \property Staff.instrument = "Violoncello"
88       \property Staff.instrument = #'(lines "Violoncello" "e" "Contrabasso")
89       \property Staff.instr = "Vlc"
90       \m
91     >
92     \context Staff = cb <
93       \property Staff.instrument = "Contrabasso"
94       \property Staff.instr = "C.B."
95       \m
96     >
97   >
98 >
99  \paper {
100 %    \paperSixteen
101     linewidth = 185.\mm
102     textheight = 260.\mm
103     \translator {
104       \OrchestralScoreContext
105       skipBars = ##t 
106       markScriptPadding = #4.0
107       BarNumber \override #'padding = #3
108       RestCollision \override #'maximum-rest-count = #1
109       marginScriptHorizontalAlignment = #1
110     }
111     \translator { \HaraKiriStaffContext
112     }
113   }
114 }
115