lilypond-1.1.13
[lilypond.git] / input / opus-130.ly
blob0f74f1e355b0df29130336748a29caa5add487d9
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";
11 % \version "1.0.10";
13 global = \notes {
14 \key g;
15 \time 3/8;
16 \skip 4.*8;
17 % 1.1.9 broken
18 % \bar ":|";
21 tempi = \notes {
22 \property Voice.textstyle = "large"
23 s8^"Allegro assai"
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 |
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 |
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 |
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,] |
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] |
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 >
66 \paper{
67 \translator { \OrchestralScoreContext }
69 \midi{ \tempo 4 = 160; }