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

Eus Wikimammenn
Adlennet eo bet ar bajenn-mañ
— 53 —


II.


BUHEZ SAINT EFFLAMM.



\version "2.18.2"
  global = {
    \key a \major
    \tempo \markup {\italic Andante.}
    \override Rest #'style = #'classical
    \autoBeamOff
    \time 2/4
  }
  
  melody = \relative c'{
    \global
    a'2 | e4 fis | e2 | a | b4 cis8([ b]) | \break
    a2~ | a8 r a([ b]) | cis4 cis | d2 | cis | \break
    b8([ a]) b([ cis]) | b2~ | b4 r | cis b~ | b a | gis a | \break
    b cis8([ a]) | b2~ | b4 r | cis2 | b8([ a]) gis([ b]) | \break
    a2 | e | e8([ a]) gis([ b]) | a2~ | a4 r \bar "|."
  }
  
  rightOne = \relative c' {
    \global
    \stemUp
    <cis a'>2 | <cis e>4 <d fis> | <cis e>2 | <cis a'> | <d b'>4 <e cis'>8[ <d b'>] |
    <cis~ a'~>2 | <cis a'>8 r <cis a'>[ <d b'>] | <e cis'>4 <e cis'> | <fis d'>2 | cis' |
    <gis b>8([ <fis a> <gis b> <a cis>]) | <gis~ b~>2 | <gis b>4 r | <e a cis> <d~ gis~ b~> | <d gis b> <cis fis a> | <cis f gis> <cis fis a> |
    <e gis b> cis'8[ a] | <e~ gis~ b~>2 | <e gis b>4 r | <e a cis>2 | <d gis b> |
    <cis fis a> | <b d e> | <cis e>4 <d gis> | <cis~ a'~>2 | <cis a'>4 r
  }

  rightTwo = \relative c' {
    \global
    \stemDown
    s2 *9 |
    e4_( a) |
    s2 *6 |
    s4 e
  }

  left = \relative c {
    \global
    <a~ a'~>2 | <a~ a'~> | <a a'> | <fis fis'> | <e e'> |
    <a~ e'~> | <a e'>8 r r4 | <a~ a'~>2 | <a~ a'~> | <a a'> |
    <e~ e'~> | <e~ e'~> | <e e'>4 r | <a a'> <e~ e'~> | <e e'> <fis fis'> | cis' fis |
    e a,8[ cis] | e2~ | e4 r | a2 | e |
    fis | gis | a4 e | a,2~ | a4 r
  }
  
  leadSheetPart = \new Staff \with {
    instrumentName = \markup {\tiny "KAN."}
  } { \melody }
  \addlyrics {
    Eur bre -- nin euz a I -- bre --
    ni, En doa eur verc’h da
    zi -- mi -- zi, Euz ar bren -- se -- zed
    ar vrao -- a, Hag hi he
    ha -- no E -- no -- ra.
  }

  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 }