]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/trombe.ly
patch::: 1.3.89.jcn1
[lilypond.git] / mutopia / Coriolan / trombe.ly
1 \header{
2 filename =       "trombe.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 "trombo-1.ly"
13 \include "trombo-2.ly"
14
15 trombeStaff = \context VoiceCombineStaff = trombe <
16         \context VoiceCombineStaff=trombe {
17                 \property VoiceCombineStaff.midiInstrument = #"trumpet"
18                 \property VoiceCombineStaff.instrument = #"2 Trombe\n(C)"
19                 \property VoiceCombineStaff.instr = #"Tbe.\n(C)"
20                 \skip 1*314; 
21                 \bar "|."; 
22         }
23         \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
24                 \context VoiceCombineThread=one \tromboI
25                 \context VoiceCombineThread=two \tromboII
26 >
27