]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/corni.ly
release: 1.3.60
[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.3.59";
13
14 \include "corno-1.ly"
15 \include "corno-2.ly"
16
17 $corni_staff = \context Staff = corni <
18         \property Staff.midiInstrument = #"french horn"
19         \property Staff.instrument = #"2 Corni\n(E\\textflat)"
20         \property Staff.instr = #"Cor.\n(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         %\notes \context Voice=corni < 
25         \notes \context Staff=corni < 
26                 \time 4/4;
27                 \skip 1*341; \bar "|.";
28                 \context VoiceOne=cornoi
29                         \$corno1
30                 \context VoiceTwo=cornoii
31                         \$corno2
32         >
33 >
34