]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/coriolan.ly
release: 0.1.54
[lilypond.git] / mutopia / Coriolan / coriolan.ly
1 \header{
2 filename =       "coriolan.ly";
3 % %title =       "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
4 description =    "";
5 composer =       "Ludwig van Beethoven (1770-1792)";
6 enteredby =      "JCN";
7 copyright =      "public domain";
8
9
10 }
11
12 \version "0.1.9";
13
14 \include "global.ly"
15
16 \include "contrabasso.ly"
17 \include "clarinetti.ly"
18 \include "corni.ly"
19 \include "fagotti.ly"
20 \include "flauti.ly"
21 \include "oboi.ly"
22 \include "timpani.ly"
23 \include "trombe.ly"
24 \include "viola.ly"
25 \include "violino-1.ly"
26 \include "violino-2.ly"
27 \include "violoncello.ly"
28
29 legno = \type Staff_group = legno_group <
30         \$flauti_staff
31         \$oboi_staff
32         \$clarinetti_staff
33         \$fagotti_staff
34 >
35
36 koper = \type Staff_group = koper_group <
37         \$corni_staff
38         \$trombe_staff
39 >
40
41 $timpani_g = \type Staff_group = timpani_group <
42         \$timpani_staff
43 >
44
45 $violini = \type Grandstaff = violini_group <
46         \$violino1_staff
47         \$violino2_staff
48 >
49
50 $bassi = \type Grandstaff = violine_group <
51         \$violoncello_staff
52         \$contrabasso_staff
53 >
54
55 strijkers = \type Staff_group = strijkers_group <
56         \$violini
57         \$viola_staff
58         \$bassi
59 >
60
61 \score{
62         <
63                 \$legno
64                 \$koper
65                 \$timpani_g
66                 \$strijkers
67         >
68         \paper{}
69         \midi{
70                 \tempo 4 = 160;
71         }
72 }
73