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