X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=input%2Fopus-130.ly;h=0bb12e66c0920e88a95a60ea593293292dea843c;hb=75be12aa75a535af753d6125bfc03da3ee303b36;hp=7ce7cf7a9a89318dddcb997f621d01c5a68461bb;hpb=5308c12a34d4a873a4d289dcb15b4e9610c123a4;p=lilypond.git diff --git a/input/opus-130.ly b/input/opus-130.ly index 7ce7cf7a9a..0bb12e66c0 100644 --- a/input/opus-130.ly +++ b/input/opus-130.ly @@ -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,> )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,> )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; } }