]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/corni.ly
release: 0.1.54
[lilypond.git] / mutopia / Coriolan / corni.ly
1 \header{
2 filename =       "corni.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 "corno-1.ly"
15 \include "corno-2.ly"
16
17 $corni_staff = \type Staff = corni <
18         \property Staff.instrument = "french horn"
19         \melodic< 
20 % ugh, key doesn't transpose along
21 %               \global
22                 \meter 4/4;
23                 \transpose 'a \$corno1
24                 \transpose 'a \$corno2
25         >
26 >
27