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

Eus Wikimammenn
Adlennet eo bet ar bajenn-mañ


IV.


AR BUGEL LAEC’HIET.



\version "2.18.2"
  global = {
    \key as \major
    \tempo \markup {\italic Andantino.}
    \override Rest #'style = #'classical
    \time 2/4
    \partial 4*1
  }
  
  melody = \relative c'{
    \global
    \clef treble
    e4 aes bes | aes2( | g4) f8( e) \break
    f4 bes | aes2( | g4) c, | f g | aes g | \break
    f2 ees | c~ c4 c | f g | \break
    aes g8([ aes]) | bes2 | \appoggiatura aes4 g2 | f \bar "" r4 \bar "|."
  }
  
  rightOne = \relative c' {
    \global
    \stemUp
    e4 <aes, f'> <des bes'> <c aes'>2 | g'4 f8[ e] |
    <aes, c f>4 <des bes'> | aes'2 <e g>4 c | <c f> <e g> <f aes> <ees g> |
    <des f>2 ees | c~ c4 c | <c f> <e g> |
    <f aes> <e g>8 <f aes> | <des g bes>2 | aes'4^( g) | <aes, aes'>2 \bar "" r4 \bar "|."
  }

  rightTwo = \relative c' {
    \global
    \stemDown
    s4 s1 | <bes des>2 s |
    c4 d s2 | s1 |
    s2 bes4 b |
    s1 *2 |
    s2 <bes e>
  }

  left = \relative c {
    \global
    g'4 <f,~ f'~>2 <f~ f'~> | <f~ f'~> |
    <f~ f'~> | <f f'>4 b | c r | aes' g f c |
    des2 <g, g'> | <aes~ ees'~> <aes ees'>4 r | aes' g |
    f2 | bes, c | <f, f'> \bar "" r4 \bar "|."
  }
  
  leadSheetPart = \new Staff \with {
    instrumentName = \markup {\tiny "KAN."}
  } { \melody }
  \addlyrics {
    Ma -- ri goant a zo
    keu -- zi -- et he La -- oik ker e
    deuz kol -- let; gand ar gor --
    ri -- gan e ma eet.
  }

  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 110 4)
    }
  }
}
\header { tagline = ##f }