]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/trombe.ly
5a778108a910733c439191248220eb394093599b
[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.59";
11
12 \include "trombo-1.ly"
13 \include "trombo-2.ly"
14
15 trombeStaff = \context Staff = trombe <
16         \property Staff.midiInstrument = #"trumpet"
17         \property Staff.instrument = #"2 Trombe\n(C)"
18         \property Staff.instr = #"Tbe.\n(C)"
19         \time 4/4;
20         \context Voice=one \partcombine Voice
21                 \context Thread=one \tromboI
22                 \context Thread=two \tromboII
23 >
24