]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/trombe-part.ly
release: 1.0.1
[lilypond.git] / mutopia / Coriolan / trombe-part.ly
1 \header{
2 filename =       "trombe-part.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.0.0";
13
14 \include "global.ly"
15 \include "trombe.ly"
16 \score{
17         \$trombe_staff 
18         \include "part-paper.ly"
19         \midi{ \tempo 4 = 160; }
20 }
21