]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/trombe.ly
release: 1.3.32
[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 }
11
12 \version "1.3.4";
13
14 \include "trombo-1.ly"
15 \include "trombo-2.ly"
16
17 $trombe_staff = \context Staff = trombe <
18         \property Staff.midiInstrument = #"trumpet"
19         \property Staff.instrument = #"2 Trombe (C)"
20         \property Staff.instr = #"Tbe."
21         %\notes \context Voice=trombe < 
22         \notes \context Staff=trombe < 
23 %               \global
24                 \time 4/4;
25                 \context VoiceOne=tromboi
26                         \$trombo1
27                 \context VoiceTwo=tromboii
28                         \$trombo2
29         >
30 >
31