]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/violoncello-part.ly
677223d1110adb02bb5426580d51d1f6af164c3c
[lilypond.git] / mutopia / Coriolan / violoncello-part.ly
1 \header{
2 filename =       "violoncello-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 \version "1.0.3";
11
12 \include "global.ly"
13 \include "violoncello.ly"
14
15 \score{
16         \$violoncello_staff 
17         \include "part-paper.ly"
18         \midi{ \tempo 4 = 160; }
19 }
20