]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/viola-2.ly
release: 1.0.1
[lilypond.git] / mutopia / Coriolan / viola-2.ly
1 \header{
2 filename =       "viola-2.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.0";
11
12 viola2 = \melodic \relative c {
13         % starts on (actualy, most part is on) same staff as viola1
14         %urg, parse error
15 %urg    \translator Staff=viola1
16         \translator Staff=violai
17         \type Voice=one
18         c1 ~ | c | s1*2 |
19         % copied 3 bars from three back...
20         c ~ | c | s1*2 % |
21 %       \translator Staff=viola
22         c ~ | c | s1*2 | 
23         g'4-. r r2 | g4-. r r2 |
24         %15
25         s1*14
26         % same as viola-1, octave lower
27         r8 c,-.\p c4. c8-. c4~ | [c8-"cresc." c-.]c2.~ |
28         [c8 c-.]c2.~ | [c8 c-.] c4. c8-. c4~ | [c8 c8-.] c4. c8-. c4 |
29         %35
30         [as'16\ff as a as][as as as as]as2:16 |
31 }
32
33 % $viola2_staff = \type Staff = viola_2 <
34 $viola2_staff = \type Staff = violaii <
35         \property Staff.midi_instrument = "viola"
36         \property Staff.instrument = "Viola II"
37         \property Staff.instr = "Vla. II"
38         \clef "alto";
39         \melodic \type Voice=one< 
40                 \global
41                 \$viola2
42         >
43 >
44