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