]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/corni.ly
patch::: 1.3.89.jcn1
[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 \version "1.3.88";
11
12 \include "corno-1.ly"
13 \include "corno-2.ly"
14
15 corniStaff = \context VoiceCombineStaff = corni <
16         \property VoiceCombineStaff.midiInstrument = #"french horn"
17         \property VoiceCombineStaff.instrument = #"2 Corni\n(E\\textflat)"
18         \property VoiceCombineStaff.instr = #"Cor.\n(E\\textflat)"
19         % urg: can't; only My_midi_lexer:<non-static> () parses pitch?
20         %\property VoiceCombineStaff.transposing = "es"
21         \property VoiceCombineStaff.transposing = #3
22         \time 4/4;
23         \skip 1*314; \bar "|.";
24         \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
25                 \context VoiceCombineThread=one \cornoI
26                 \context VoiceCombineThread=two \cornoII
27 >
28