]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/viola-part.ly
release: 1.1.64
[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.1.52";
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 \score{
22         \$viola_staff
23         %%\include "coriolan-part-paper.ly"
24         \paper{
25                 castingalgorithm = \Wordwrap;
26                 \translator { \VoiceContext beamAuto=0; }
27                 \translator { \HaraKiriStaffContext }
28                 % \translator { \ScoreContext skipBars = 1; }
29                 \translator { \OrchestralScoreContext skipBars = 1; }
30         }
31         \midi{ \tempo 4 = 160; }
32 }
33