Strona:Anioł i pacholę.djvu/6

Ta strona nie wymaga korekty.



sVarC = { << { \voiceOne d,16\sustainOff\sustainOn [a' g'] f\rest s4 } \new Voice { \voiceTwo \once \hide Stem d,4(d) } \new Voice { \voiceTwo s16 \once \hide Stem a'8(s16 a4) } \new Voice { \voiceTwo s8 \slurUp \once \hide Stem g'(g4) } >> 
<< { \voiceOne d,16[a' e'] d\rest s4 } \new Voice { \voiceTwo \once \hide Stem d,4(d) } \new Voice { \voiceTwo s16 \once \hide Stem a'8(s16 a4) } \new Voice { \voiceTwo s8 \slurUp \once \hide Stem e'(e4) } >> | 
<< { \voiceOne d,16\sustainOff\sustainOn[a' fis'] e\rest s4 } \new Voice { \voiceTwo \once \hide Stem d,4(d) } \new Voice { \voiceTwo s16 \once \hide Stem a'8(s16 a4) } \new Voice { \voiceTwo s8 \slurUp \once \hide Stem fis'(fis4) } >> 
<< { \voiceOne b,,16\sustainOff\sustainOn[fis' dis'] c\rest s4 } \new Voice { \voiceTwo \once \hide Stem b,4(b) } \new Voice { \voiceTwo s16 \once \hide Stem fis'8(s16 fis4) } \new Voice { \voiceTwo s8 \slurUp \once \hide Stem dis'(dis4) } >> | 
<< { \voiceOne d,16\sustainOff\sustainOn[b' g'] f\rest s4 } \new Voice { \voiceTwo \once \hide Stem d,4(d) } \new Voice { \voiceTwo s16 \once \hide Stem b'8(s16 b4) } \new Voice { \voiceTwo s8 \slurUp \once \hide Stem g'(g4) } >> \clef "violin"
<< { \voiceOne g,16\sustainOff\sustainOn[e' b'] a\rest s4 } \new Voice { \voiceTwo \once \hide Stem g,4(g) } \new Voice { \voiceTwo s16 \once \hide Stem e'8(s16 e4) } \new Voice { \voiceTwo s8 \slurUp \once \hide Stem b'(b4) } >> \clef "bass" | 
<< { \voiceOne a,,16\sustainOff\sustainOn[fis' d'] c\rest s2 } \new Voice { \voiceTwo \once \hide Stem a,4(a2) } \new Voice { \voiceTwo s16 \once \hide Stem fis'8(s16 fis2) } \new Voice { \voiceTwo s8 \slurUp \once \hide Stem d'(d2) } >> \oneVoice r4\sustainOff |
<< { \voiceOne a,16\sustainOn[e' g e'] s2 } \new Voice { \voiceTwo \once \hide Stem a,,4(a2) } \new Voice { \voiceTwo s16 \once \hide Stem e'8(s16 e2) } \new Voice { \voiceTwo s8 \once \hide Stem g(g2) } \new Voice { \voiceTwo s8. \slurUp \once \hide Stem e'16(e2) } >> \oneVoice b,4\rest\sustainOff | 
\stemDown <d, a' fis'>4\arpeggio <d bes' g'>\arpeggio <d a' fis'>\arpeggio\fermata r | }

sVarA = { R1*5 | }

sVarAk = { R1\fermata \bar "|." }

sVarB = { r8. a16( b'[a e a,]) r8. a16( b'[a g a,]) | 
r8. a16( b'[a fis a,]) r8. a16( c'^\markup { \small \italic "ac   -   - " } [b fis a,]) | 
r8.^\markup { \small \italic "cele   -   -   ran   -   -   -   do" } b16( cis'[b fis b,]) r8. \stemUp g'16( \stemNeutral fis'[e b e,]) | 
r8. \stemUp f16(^\markup { \bold "a tempo" } \stemDown e'[d b a] fis[e d b] \stemUp a[fis e d]) | 
r8.. cis'32( \stemDown b'16[a g e] cis^\markup { \small \italic "rallent." } [a g e] \stemUp cis[\change Staff="down" a g e]) | 
<< { \change Staff="down" d2.\fermata s4 } \new Voice {\change Staff="up" s1^\markup { \small \italic "V. S. repet." } } >> | }

\paper { #(set-paper-size "a4")
 oddHeaderMarkup = "" evenHeaderMarkup = "" }
\header { tagline = ##f }
\version "2.18.2"
\score {
\midi {  }
\layout { line-width = #180
\context { \PianoStaff \consists #Span_stem_engraver } indent = 0\cm}
<<
\new Staff { \clef "violin" \key d \major \time 4/4 \override Staff.TimeSignature #'transparent = ##t \autoBeamOff \relative f' { \repeat volta 4 { \sVarA } \sVarAk } }
\new PianoStaff <<
  \new Staff = "up" { \clef "violin" \key d \major \time 4/4 \override Staff.TimeSignature #'transparent = ##t \relative a' { \sVarB } }
  \new Staff = "down" { \clef "bass" \key d \major \time 4/4 \override Staff.TimeSignature #'transparent = ##t \relative d' { \sVarC } }
  >>
>> }