]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/opus-130.ly
release: 1.1.24
[lilypond.git] / input / opus-130.ly
index 7ce7cf7a9a89318dddcb997f621d01c5a68461bb..0bb12e66c0920e88a95a60ea593293292dea843c 100644 (file)
@@ -10,61 +10,65 @@ copyright =  "public domain";
 
 % \version "1.0.14";
 
-global = \notes {
-       \key g;
-       \time 3/8;
-       \skip 4.*8;
-% 1.1.9 broken
-%      \bar ":|";
-}
-
 tempi = \notes {
        \property Voice.textstyle = "large"
        s8^"Allegro assai"
 }
 
 dynamics = \notes {
-       \type Voice=i 
        s8\p\< \!s8.\> \!s16 | s4.\p | s8\< s8. \!s16 | s4.\p |
        s8\p\< \!s8.\> \!s16 | s4.\p | s8\< s8. \!s16 | s4.\p |
 }
 
+global = \notes {
+       \key g;
+       \time 3/8;
+       < 
+               \dynamics 
+               \repeat 2 { s4.*8 } 
+       >
+}
+
 violinei = \notes\relative c''{
-       \type Voice=i 
-       [d8(b)d16] r | g,4. | [a16(b c8)e16] r | g,8~fis4 | 
-       [d''8(b)d16] r | g,4. | [a16(b c8)fis,16] r | fis8~g4 |
+       d8(b)d16 r | g,4. | a16(b c8)e16 r | g,8~fis4 | 
+       d''8(b)d16 r | g,4. | a16(b c8)fis,16 r | fis8~g4
 }
 
 violineii = \notes\relative c'{
-       \type Voice=i 
-       [b8(d)b] | [e(g,)e'] | [e(c)a'] | [a(c)a] | 
+       b8(d)b | e(g,)e' | e(c)a' | a(c)a | 
        % copy from violinei: 5-8
-       [d8(b)d16] r | g,4. | [a16( b c8)fis,16] r | fis8~g4 |
+       d8(b)d16 r | g,4. | a16( b c8)fis,16 r | fis8~g4
 }
 
 viola = \notes\relative c'{
-       \type Voice=i 
        \clef "alto";
-       [g8(b)g] | [b(e,)b'] | [c,(a')c,] | [c'(d,)c'] | [b(d)b] | 
-       [e(g,)e'] | [e(e,<)a' c,>] | <[a(c,> <fis b,> )b,] |
+       g8(b)g | b(e,)b' | c,(a')c, | c'(d,)c' | b(d)b | 
+       e(g,)e' | e(e,<)a' c,> | < a(c,> <fis b,> )b, 
 }
 
 cello = \notes\relative c'{
-       \type Voice=i 
        \clef "bass";
-       g4 r8 | e'4 r8 | c4 r8 | d4 r8 | [g,,8 b g] | [b(e,)b'] |
-       [c,(a')d,] | [d'(d,)g] |
+       g4 r8 | e'4 r8 | c4 r8 | d4 r8 | g,,8 b g | b(e,)b' |
+       c,(a')d, | d'(d,)g 
 }
 
 \score{
        \type StaffGroup <
-               \type Staff = i < \tempi \global \dynamics \violinei >
-               \type Staff = ii < \global \dynamics \violineii >
-               \type Staff = iii < \global \dynamics \viola >
-               \type Staff = iv < \global \dynamics \cello >
+% broken, 1.1.23
+%              \type Staff = i < \tempi \global \violinei >
+               \type Staff = i < \global \violinei >
+               \type Staff = ii < \global \violineii >
+               \type Staff = iii < \global \viola >
+               \type Staff = iv  < \global \cello >
        >
        \paper{
                \translator { \OrchestralScoreContext }
+               \translator {
+                       \VoiceContext
+                       \consists Auto_beam_engraver;
+                       beamAuto = 1.;
+                       beamAutoEnd = "3/8";
+               }
        }
        \midi{ \tempo 4 = 160; }
 }