Page:Mistral - Mirèio. A Provençal poem.djvu/270

This page has been proofread, but needs to be validated.
244
APPENDIX.



melody = \relative c'' {
   \set Staff.midiInstrument = "piccolo"
   \autoBeamOff
   \omit Score.BarNumber
   \key g \major
   \time 6/8

   \stemUp b8[ a] g a a a |
   a4 b8 c b[ a] |
   g4 r8 d g b | \break

   \stemDown d4 e8 d4 c8 |
   \stemUp b4 b8 b[ a] b |
   \stemDown d\fermata[ c] \stemUp a\fermata d, g b | \break

   \stemDown d4 e8 d4 c8 |
   \stemUp b[ a] b \stemDown d[ c] \stemUp a |
   g4. \bar "|."
}

textOc = \lyricmode {
   ba -- do De tam -- bou -- rin e de vióu -- loun. Ei plen d'es -- 
   tell' a -- pe -- ra -- mount, L'au -- r'__es toum -- ba -- do; Mai lis es -- 
   tel -- lo pa -- li -- ran, Quand te vei -- ran!
}

textEn = \lyricmode {
   meas -- ure With tam -- bou -- rine and vi -- ol string,  The sky with
   stars is glit -- ter -- ing, The wind's at lei -- sure; But pale the
   stars of heav'n will be, Be -- hold -- ing thee.
}

upperOne = \relative c'' {
   \clef treble
   \key g \major
   \time 6/8

   \stemUp <g b>8 a g <fis a>4. | 
   a4 b8 c b a |
   g4 r8 d g b |

   d4 e8 d4 c8 |
   b4 b8 b a b |
   \stemDown <d, g d'>[\fermata <e g c>]-> \stemUp <fis a>\fermata d g b |

   d4 e8 d4 c8 |
   b a b d c a |
   g4. |
}

upperTwo = \relative c'' {
   \clef treble
   \key g \major
   \time 6/8

   \stemDown d,4 r8 s4. |
   e4 g8 g4 fis8 |
   s4 s s |

   g4. g4 fis8 |
   g4.  d |
   s4 s s |

   g4. g4 fis8 |
   g4. d8 e fis |
   s4. |
}

lower = \relative c' {
   \clef bass
   \key g \major
   \time 6/8

   \stemDown g8 fis e d4. |
   \stemUp c4 b8 a4 d8 |
   g,4 r8 r4 r8 |

   \stemDown b'4 c8 b4 a8 |
   g d b \stemUp g fis g |
   b_\fermata[ c->] d_\fermata r4 r8 |

   \stemDown b'4 c8 b4 a8 |
   g fis g \stemUp b, c d |
   g,4.
}

\header {
    tagline = ""
}

\score {
  <<
    \new Staff
      \new Voice = "mel" { \autoBeamOff \melody }
      \addlyrics \textOc
      \addlyrics \textEn
    \new PianoStaff
    <<
      \new Staff
      <<
         \new Voice = "upperOne" \upperOne
         \new Voice = "upperTwo" \upperTwo
      >>
      \new Staff = "lower" \lower
    >>
  >>

  \layout {
    \context { \PianoStaff }
    line-width = 140\mm
    indent = 0\mm
  }

  \midi { }
}