]> git.donarmstrong.com Git - lilypond.git/blob - input/coriolan-alto.ly
8e5d3b568e982b07b3719d06871eb2f0a7c7368a
[lilypond.git] / input / coriolan-alto.ly
1 % Ludwig van Beethoven (1770-1792)
2 %
3 % Opus 62
4 % Ouverture zu Collins Trauerspiel "Coriolan"
5 %
6 % a 5 bar fragment of the alto part
7 %
8 % Copyright (c) 1997 Jan Nieuwenhuizen <jan@digicash.com>
9 %
10 % when lily can handle this, i-ll type the other 304 bars 
11 % (maybe even sooner :-)
12 %
13 \version "0.0.54";
14
15 alto = \melodic{ 
16         
17         \meter 4/4; 
18         \duration  8 ;
19         \key bes es as;
20                 
21         \clef "alto";
22         % these are chords (i.e. non-divisi)
23         
24 %30     
25         <       
26                 { \octave  c ;
27                         
28                         [ c c-. ] c2.( | 
29 %31
30                         [ ) c c-. ] c2.( | 
31 %32
32                         [ ) c c-. ] c4. c-. c4( |
33 %33
34                         [ ) c c-. ] c4. c-. c4 
35                 \group "+bla";
36                  \stem  1 ;[ c16^"div." c16 c16 c16 ] c4 c2 
37                 \group "-";
38                 }
39 %30:2
40                 { 
41                         \octave  'c ;
42                         \textstyle "italic";
43                         % this should be a \dynamic, rather than text
44                         [ c c_"cresc. \ \ - \ \ \ \ - \ \ \ \ - \ \ \ \
45                                 - \ \ \ \ - \ \ \ \ - \ \ \ \ - \ \ \ \
46                                 - \ \ \ \ - \ \ \ \ - \ \ \ \ - \ \ \ \
47                                 - \ \ \ \ - \ \ \ \ -" ] c2.( |  
48                         \textstyle "roman";
49 %31:2
50                         [ ) c c-. ] c2.( | 
51 %32:2
52                         [ ) c c-. ] c4. c-. c4( | 
53 %33:2
54                         [ ) c c-. ] c4. c-. c4 |
55                         \octave c ;
56
57 %34             
58                         \group "+b";
59         % these are two \voices (i.e. divisi)
60         % the c4 and c2, however are really 16th...
61         % we-ll say "simile" for now...
62         % 
63                         \octave  'c ;
64                         \textstyle "italic";
65                         \stem  -1 ;
66                         [ as16 \ff as16 as16 as16 ] as4_"simile" as2
67                         \textstyle "roman";
68                         \group "-";
69                 }
70         >
71         
72 }
73
74 \score{
75         \staff{ melodicregs alto }
76         \paper{ 
77                 \unitspace 14\mm
78                 \geometric 1.4
79         }
80 }