lilypond-1.3.124
[lilypond.git] / input / opus-130.ly
blob06ba443e75e3851b6a70cedf9cb1e1be6e2881f8
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.16";
13 tempi = \notes {
14 \property Voice.textStyle = "large"
15 s8^"Allegro assai"
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 |
23 global = \notes {
24 \key g;
25 \time 3/8;
27 \dynamics
28 s4. * 8
29 s4. * 8
30 % \repeat semi 2 { s4.*8 }
34 violinei = \notes\relative c''{
35 d8(b)d16 r | g,4. | a16(b c8)e16 r | g,8~fis4 |
36 d''8(b)d16 r | g,4. | a16(b c8)fis,16 r | fis8~g4
39 violineii = \notes\relative c'{
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 \clef "alto";
47 g8(b)g | b(e,)b' | c,(a')c, | c'(d,)c' | b(d)b |
48 e(g,)e' | e(e,<)a' c,> | < a(c,> <fis b,> )b,
51 cello = \notes\relative c'{
52 \clef "bass";
53 g4 r8 | e'4 r8 | c4 r8 | d4 r8 | g,,8 b g | b(e,)b' |
54 c,(a')d, | d'(d,)g
57 \score{
58 \context StaffGroup <
59 % broken, 1.1.23
60 % \context Staff = i < \tempi \global \violinei >
61 \context Staff = i < \global \violinei >
62 \context Staff = ii < \global \violineii >
63 \context Staff = iii < \global \viola >
64 \context Staff = iv < \global \cello >
66 \paper{
67 \translator { \OrchestralScoreContext }
69 \midi{ \tempo 4 = 160; }