]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/viola-2.ly
release: 1.3.60
[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.3.59";
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 ~ |
20         c |
21         s1*2 |
22         % copied 3 bars from three back...
23         c ~ |
24         c |
25         s1*2 % |
26 %       \translator Staff=viola
27         c ~ |
28         c |
29         s1*2 | 
30         g'4-. r r2 |
31         g4-. r r2 |
32         %15
33         s1*14
34         % same as viola-1, octave lower
35         r8 c,-.\p c4. c8-. c4~ |
36         \property Voice.crescendoText = "cresc."
37         \property Voice.crescendoSpanner = "dashed-line"
38         [c8\< c-.]c2.~ |
39         [c8 c-.]c2.~ |
40         [c8 c-.] c4. c8-. c4~ |
41         [c8 c8-.] c4. c8-. c4 |
42         %35
43         [\!as'16\ff as a as][as as as as]as2:16 |
44 }
45
46 % $viola2_staff = \context Staff = viola_2 <
47 $viola2_staff = \context Staff = violaii <
48         \property Staff.midiInstrument = #"viola"
49         \property Staff.instrument = #"Viola II"
50         \property Staff.instr = #"Vla. II"
51         \clef "alto";
52         % notes must go to Staff context: we want to switch Staff translators
53         %\notes \context Voice=one< 
54                 \global
55                 \$viola2
56         %>
57 >
58