]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/viola-part.ly
release: 1.3.60
[lilypond.git] / mutopia / Coriolan / viola-part.ly
1 \header{
2 filename =       "viola-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.3.59";
11
12 \include "global.ly"
13 \include "viola-1.ly"
14 \include "viola-2.ly"
15
16 $viola_staff = \context GrandStaff = viola <
17         \$viola1_staff
18         \$viola2_staff
19 >
20
21 \include "coriolan-part-paper.ly"
22
23 \score{
24         \$viola_staff
25         \include "coriolan-part-paper.ly"
26         \paper{
27                 \translator { \HaraKiriStaffContext }
28         }
29         \include "coriolan-midi.ly"
30 }
31