Pajenn:Barzaz Breiz 4e edition 1846 vol 2.djvu/513

Adlennet eo bet ar bajenn-mañ
— 5 —


V.


AR C’HORRED.



\version "2.18.2"
  global = {
    \key bes \major
    \tempo \markup {\italic Scherzando.}
    \override Rest #'style = #'classical
    \autoBeamOff
    \time 2/4
  }
  
  melody = \relative c'{
    \global
    \clef treble
    bes'8. bes16 bes8. bes16 | c4 c | f2 | \break
    f8. f16 f8. d16 | ees4 c | ees8. ees16 ees8. c16 | \break
    des4 c | bes8. bes16 bes8. bes16 | c4 c | f2 | \break
    f8. ees16 d8. ees16 | c4 des | \grace des8 des2 \bar "|."
  }
  
  rightOne = \relative c' {
    \global
    \stemUp
    <d f bes>4 r | <f a c> <f a c> | <f bes f'>2 |
    <f bes f'>8.[ <f bes f'>16 <f bes f'>8. <f bes d>16] | <f a ees'>4 <f a c> | <f a ees'>8.[ <f a ees'>16 <f a ees'>8. <f a c>16] |
    <f bes des>4 <f a c> | <d f bes> r | <f a c> <f a c> | <f bes f'>2 |
    f'8.[ ees16 <f, bes d>8. <g c ees>16] | c4 des | <des, f bes>2 \bar "|."
  }

  rightTwo = \relative c' {
    \global
    \stemDown
    s2 *10 |
    <f bes>4 s | <ees a>2
  }

  left = \relative c {
    \global
    <bes bes'>4 r | f' f | d2 |
    d'8.[ d16 d8. bes16] | c4 f, | c'8.[ c16 c8. f,16] |
    bes4 f | <bes, bes'> r | f' f | d2 |
    d'8.[ c16 bes8. ees,16] | f2 | bes,2 \bar "|."
  }
  
  leadSheetPart = \new Staff \with {
    instrumentName = \markup {\tiny "KAN."}
  } { \melody }
  \addlyrics {
    Pas -- kou -- hir, ar c’he -- me -- ner....
    Ai! aou ta! ai! aou ta! ai! aou ta! ai!
    aou ta! Zo eet da o -- ber al laer,
    A -- bar -- dae noz di -- gwe -- ner.
  }

  pianoPart = \new PianoStaff \with {
  instrumentName = \markup {\tiny "PIANO."}
  } <<
  \new Staff = "right" \with {
    midiInstrument = "acoustic grand"
  } << \rightOne \rightTwo >>
  \new Staff = "left" \with {
    midiInstrument = "acoustic grand"
  } { \clef bass \left }
  >>
  
\score {
  <<
    \leadSheetPart
    \pianoPart
  >>
  \layout { line-width = #123 }
  \midi {
    \context {
    \Score
    tempoWholesPerMinute = #(ly:make-moment 100 4)
    }
  }
}
\header { tagline = ##f }