]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/corni-part.ly
0a2eee64645003e959c46c6547c29c99b5d1018d
[lilypond.git] / mutopia / Coriolan / corni-part.ly
1 \header{
2 filename =       "corni-part.ly";
3 % %title =       "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
4 description =    "";
5 composer =       "Ludwig van Beethoven (1770-1792)";
6 enteredby =      "JCN";
7 copyright =      "public domain";
8
9
10 }
11
12 \version "0.1.14";
13
14 \include "global.ly"
15 \include "corni.ly"
16 \include "part-paper.ly"
17 \score{
18         \$corni_staff
19         \paper{}
20 }
21