]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/clarinetti.ly
217842c7a16201a3a310916454558418de208147
[lilypond.git] / mutopia / Coriolan / clarinetti.ly
1 \header{
2 filename =       "clarinetti.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.14";
13
14 \include "clarinetto-1.ly"
15 \include "clarinetto-2.ly"
16
17 $clarinetti_staff = \type Staff = clarinetti <
18         \property Staff.instrument = "clarinet"
19         \melodic< 
20 % ugh, key doesn't transpose along
21 %               \global
22                 \meter 4/4;
23                 \key bes;
24                 \transpose d \$clarinetto1
25                 \transpose d \$clarinetto2
26         >
27 >
28