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