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