Strona:PL Wyspiański - Akropolis.djvu/190

Z Wikiźródeł, wolnej biblioteki
Ta strona została przepisana.
AKROPOLISPOCZĄTEK AKTU CZWARTEGO:


PartPThreeVoiceTwo = { \relative b {
  \clef "alto" \key g \major \time 4/4 | % 1
  b2 c4 ( a4 ) | % 2
  c2 b2 | % 3
  b2 a2 ( | % 4
  a4)( c4 b4 ) c4\rest | % 5
  b2 c4 ( d4 ) | % 6
} }

PartPFourVoiceOne = { \relative b {
  \clef "bass" \key g \major \time 4/4 | % 1
  b2 \pp -"Div." c4 s4 | % 2
  c2 b2 | % 3
  b2 a2 ( | % 4
  a4 ) ( c4 b4 ) s4 | % 5
  b2 c4 ( b4 ) | % 6
} }

PartPThreeVoiceOne = { \relative d' {
  \clef "alto" \key g \major \time 4/4 | % 1
  d2 \pp -"Div."  d2 | % 2
  d2 d2 | % 3
  d2 d2 | % 4
  d2. s4 | % 5
  g2 fis4( g4 ) | % 6
} }

PartPOneVoiceOne = { \relative g'' {
  \clef "treble" \key g \major \time 4/4 \tempo "Adagio" | % 1
  g2 \pp -"Div." fis4 ( g4 ) | % 2
  a2 g2 | % 3
  b4 ( d4 ) d4 ( c4 ) | % 4
  a2 ( g4 ) s4 | % 5
  g2 fis4 ( g4 ) | % 6
} }

PartPTwoVoiceOne = { \relative d'' {
  \clef "treble" \key g \major \time 4/4 | % 1
  d2 \pp -"Div." d2 | % 2
  d2 d2 | % 3
  g2 a2 | % 4
  d,2 ( d4 ) s4 | % 5
  d2 d2 | % 6
} }

PartPTwoVoiceTwo = { \relative g' {
  \clef "treble" \key g \major \time 4/4 | % 1
  g2 fis4 ( g4 ) | % 2
  a2 g2 | % 3
  b4 ( d4 ) d4 ( c4 ) | % 4
  a2 ( g4 ) b4\rest | % 5
  d,2 d2 | % 6
} }

PartPFourVoiceTwo = { \relative g {
  \clef "bass" \key g \major \time 4/4 | % 1
  g2 a4 ( b4 ) | % 2
  fis2 g2 | % 3
  g2 fis2 ( | % 4
  fis2 ) ( g4 ) d4\rest | % 5
  g2 a4 ( b4) | % 6
} }

PartPFiveVoiceOne = { \relative g {
  \transposition c \clef "bass" \key g \major \time 4/4 | % 1
  g2 \pp a4 ( b4 ) | % 2
  fis2 g2 | % 3
  g2 fis2 ( | % 4
  fis2 ) ( g4 ) r4 | % 5
  g2 a4 ( b4 ) | % 6
} }

PartPOneVoiceTwo = { \relative g' {
  \clef "treble" \key g \major \time 4/4 | % 1
  g2  fis4 ( g4 ) | % 2
  a2 g2 | % 3
  b4 ( d4 ) d4 ( c4 ) | % 4
  a2 ( g4 ) b4\rest | % 5
  g2 fis4 ( g4 ) | % 6
} }

\paper { #(set-paper-size "a4")
 oddHeaderMarkup = "" evenHeaderMarkup = "" }
\header { tagline = ##f }
\version "2.18.2"
\score {
\midi {  }
\layout { line-width = #140
}
<<
    \new Staff <<
      \set Staff.instrumentName = "Violino Imo"
       \set Staff.midiInstrument = #"violin"
      \context Staff <<
        \context Voice = "PartPOneVoiceOne" { \voiceOne \PartPOneVoiceOne }
        \context Voice = "PartPOneVoiceTwo" { \voiceTwo \PartPOneVoiceTwo }
      >>
    >>
    \new Staff <<
      \set Staff.instrumentName = "Violino IIdo"
       \set Staff.midiInstrument = #"violin"
      \context Staff <<
        \context Voice = "PartPTwoVoiceOne" { \voiceOne \PartPTwoVoiceOne }
        \context Voice = "PartPTwoVoiceTwo" { \voiceTwo \PartPTwoVoiceTwo }
      >>
    >>
    \new Staff <<
      
      \set Staff.instrumentName = "Viola"
       \set Staff.midiInstrument = #"viola"
      \context Staff <<
        \context Voice = "PartPThreeVoiceOne" { \voiceOne \PartPThreeVoiceOne }
        \context Voice = "PartPThreeVoiceTwo" { \voiceTwo \PartPThreeVoiceTwo }
       
      >>
    >>
    \new Staff <<
      \set Staff.instrumentName = "Cello"
       \set Staff.midiInstrument = #"cello"
      \context Staff <<
        \context Voice = "PartPFourVoiceOne" { \voiceOne \PartPFourVoiceOne }
        \context Voice = "PartPFourVoiceTwo" { \voiceTwo \PartPFourVoiceTwo }
      >>
    >>
    \new Staff <<
      \set Staff.instrumentName = "Basso"
       \set Staff.midiInstrument = #"contrabass"
      \context Staff <<
        \context Voice = "PartPFiveVoiceOne" { \PartPFiveVoiceOne }
      >>
    >>
    	>> }