]> git.donarmstrong.com Git - lilypond.git/blob - input/coriolan-alto.ly
partial: 1.0.1.jcn
[lilypond.git] / input / coriolan-alto.ly
1 % remark: still temporarily broken. 
2
3 \header{
4 filename =       "coriolan-alto.ly";
5 title =  "Ouverture zu Collins Trauerspiel "Coriolan" Opus 62";
6 description =    "a 5 bar fragment of the alto part";
7 composer =       "Ludwig van Beethoven (1770-1792)";
8 enteredby =      "JCN";
9 copyright =      "public domain";
10
11 TestedFeatures:
12 }
13
14 %
15 % when lily can handle this, i-ll type the other 304 bars 
16 % (maybe even sooner :-)
17 %
18
19 \version "0.1.15";
20
21 alto1 = \melodic{
22         \meter 4/4; 
23         \key bes es as;
24                 
25         \clef "alto";
26         % these are chords (i.e. non-divisi)
27         { \octave  c ;
28                         
29         [ c8 c8-. ] c2.( | 
30 %31
31         [ ) c8 c8-. ] c2.( | 
32 %32
33         [ ) c8 c8-. ] c4. c8-. c4( |
34 %33
35         [ ) c8 c8-. ] c4. c8-. c4  |
36
37         %% divisi
38         \type Voice="altodivisi1" {\stemup c4:16 ^"div." c4: c2: }
39         \stemboth
40         }
41 %30:2
42 }
43
44 alto2 = \melodic{ 
45                 \octave  c, ;
46                 \textstyle "italic";
47                 % this should be a \dynamic, rather than text
48                 [ c8 c8_"cresc. \ \ - \ \ \ \ - \ \ \ \ - \ \ \ \ 
49                         - \ \ \ \ - \ \ \ \ - \ \ \ \ - \ \ \ \ 
50                         - \ \ \ \ - \ \ \ \ - \ \ \ \ - \ \ \ \ 
51                         - \ \ \ \ - \ \ \ \ -" ] c2.( |  
52                 \textstyle "roman";
53 %31:2
54                 [ ) c8 c-. ] c2.( | 
55 %32:2
56                 [ ) c8 c-. ] c4. c8-. c4( | 
57 %33:2
58                 [ ) c8 c-. ] c4. c8-. c4 |
59                 \octave c ;
60
61 %34             
62                 % these are two \voices (i.e. divisi)
63                 % the c4 and c2, however are really 16th...
64                         % we-ll say "simile" for now...
65         % 
66                 \octave  c, ;
67                 \type Voice="altodivisi2" {
68                 \stemdown
69                 as4: as4: as2}
70                 \stemboth
71 }
72
73 \score{
74         \type Voice < \alto1 \alto2 >
75         \paper{ 
76         }
77 }