]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/corni.ly
release: 1.0.8
[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-1827)";
6 enteredby =      "JCN";
7 copyright =      "public domain";
8
9
10 }
11
12 \version "1.0.2";
13
14 \include "corno-1.ly"
15 \include "corno-2.ly"
16
17 $corni_staff = \type Staff = corni <
18         \property Staff.midi_instrument = "french horn"
19         \property Staff.instrument = "2 Corni (E\\textflat)"
20         \property Staff.instr = "Cor. (E\\textflat)"
21         % urg: can't; only My_midi_lexer:<non-static> () parses pitch?
22         %\property Staff.transposing = "es"
23         \property Staff.transposing = 3
24         \melodic \type Voice=corni < 
25                 \time 4/4;
26                 \$corno1
27                 \$corno2
28         >
29 >
30