]> git.donarmstrong.com Git - lilypond.git/blob - input/coriolan-alto.ly
release: 0.0.42.pre3
[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
14 alto = \music { 
15         
16                 \meter {4/4} \grouping {4*4}
17         \duration{ 8 }
18         \key {bes es as}
19                 
20         \clef "alto"
21         % these are chords (i.e. non-divisi)
22         % that-s why i-d rather type chords, 
23         % but how to type slurs?
24 %30     
25         <       
26                 { 
27                         [ c c-. ] c2.( | 
28 %31
29                         [ ) c c-. ] c2.( | 
30 %32
31                         [ ) c c-. ] c4. c-. c4( |
32 %33
33                         [ ) c c-. ] c4. c-. c4 
34                 }
35 %30:2
36                 { 
37                         \octave{ ` }
38                         \textstyle "italic"
39                         % this should be a \dynamic, rather than text
40                         [ c c_"cresc. \ \ - \ \ \ \ - \ \ \ \ - \ \ \ \
41                                 - \ \ \ \ - \ \ \ \ - \ \ \ \ - \ \ \ \
42                                 - \ \ \ \ - \ \ \ \ - \ \ \ \ - \ \ \ \
43                                 - \ \ \ \ - \ \ \ \ -" ] c2.( |  
44                         \textstyle "roman"
45 %31:2
46                         [ ) c c-. ] c2.( | 
47 %32:2
48                         [ ) c c-. ] c4. c-. c4( | 
49 %33:2
50                         [ ) c c-. ] c4. c-. c4 |
51                         \octave{ }
52                 }
53 %34
54         >
55         % these are two \voices (i.e. divisi)
56         % the c4 and c2, however are really 16th...
57         % e.g.: c16*4 and c16*8  or
58         %       [ c4 c2 ]*16 ?
59         % we-ll say "simile" for now...
60         % 
61                 < \multivoice
62                 { \stem{ 1 }[ c16^"div." c16 c16 c16 ] c4 c2 }
63                   { 
64                         \octave{ ` }
65                         \textstyle "italic"
66                         \stem{ -1 } [ as16_"\ff" as16 as16 as16 ] as4_"simile" as2
67                         \textstyle "roman"
68                 }
69         >
70         
71 }
72
73 score {
74         \staff { \melodic \music { alto }}
75
76         }
77         \paper { 
78                 \unitspace 14\mm
79                 \geometric 1.4
80         }
81 }