]> git.donarmstrong.com Git - lilypond.git/blob - input/opus-130.ly
d8763c7ca487ac2b58958ed248477665a1148f60
[lilypond.git] / input / opus-130.ly
1 \header{
2 filename =       "opus-130.ly";
3 title =  "Quartett";
4 description =    "";
5 composer =       "Ludwig van Beethoven (1770-1827)";
6 opus = "130";
7 enteredby =      "JCN";
8 copyright =      "public domain";
9 }
10
11 % \version "1.0.16";
12
13 tempi = \notes {
14         \property Voice.textstyle = "large"
15         s8^"Allegro assai"
16 }
17
18 dynamics = \notes {
19         s8\p\< \!s8.\> \!s16 | s4.\p | s8\< s8. \!s16 | s4.\p |
20         s8\p\< \!s8.\> \!s16 | s4.\p | s8\< s8. \!s16 | s4.\p |
21 }
22
23 global = \notes {
24         \key g;
25         \time 3/8;
26         < 
27                 \dynamics 
28                 \repeat 2 { s4.*8 } 
29         >
30 }
31
32 violinei = \notes\relative c''{
33         d8(b)d16 r | g,4. | a16(b c8)e16 r | g,8~fis4 | 
34         d''8(b)d16 r | g,4. | a16(b c8)fis,16 r | fis8~g4
35 }
36
37 violineii = \notes\relative c'{
38         b8(d)b | e(g,)e' | e(c)a' | a(c)a | 
39         % copy from violinei: 5-8
40         d8(b)d16 r | g,4. | a16( b c8)fis,16 r | fis8~g4
41 }
42
43 viola = \notes\relative c'{
44         \clef "alto";
45         g8(b)g | b(e,)b' | c,(a')c, | c'(d,)c' | b(d)b | 
46         e(g,)e' | e(e,<)a' c,> | < a(c,> <fis b,> )b, 
47 }
48
49 cello = \notes\relative c'{
50         \clef "bass";
51         g4 r8 | e'4 r8 | c4 r8 | d4 r8 | g,,8 b g | b(e,)b' |
52         c,(a')d, | d'(d,)g 
53 }
54
55 \score{
56         \context StaffGroup <
57 % broken, 1.1.23
58 %               \context Staff = i < \tempi \global \violinei >
59                 \context Staff = i < \global \violinei >
60                 \context Staff = ii < \global \violineii >
61                 \context Staff = iii < \global \viola >
62                 \context Staff = iv  < \global \cello >
63         >
64         \paper{
65                 \translator { \OrchestralScoreContext }
66         }
67         \midi{ \tempo 4 = 160; }
68 }
69