% -*- mode: LilyPond ; coding: utf-8 -*- \version "2.22.1" \header{ title = "Kas a-barh" subtitle = "Fred Gauthier & Yves Guével (Larmor-Plage, 2012)" % piece = "Kas a-barh" % instrument = "Couple kozh" composer = "Traditionnel breton (?)" copyright = "Creative Commons Attribution-NonCommercial-ShareAlike 4.0" source = "Fred Gauthier & Yves Guével (Larmor-Plage, 2012)" sourceURL = "https://www.youtube.com/watch?v=7gqLyRGpXqg" % opus = "2012" created = "2022-09-18" lastupdated = "2022-09-25" enteredby = "Breizh Partitions" maintainer = "Breizh Partitions" meter = "Kas a-barh" % style="Lullaby" version = "1.0" tagline = \markup { \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \center-column { \small \line { \hspace #5 Une partition du site \with-url #"http://www.partitions.bzh" { \teeny www. Partitions \teeny .bzh gravée à l’aide de \with-url #"http://www.LilyPond.org" { \teeny www. LilyPond \teeny .org } }} \line { \small \italic { Sheet music from \with-url #"http://www.celticscores.com" { \teeny www. CelticScores \teeny .com engraved using \with-url #"http://www.LilyPond.org" { \teeny www. LilyPond \teeny .org }} }} \line { \teeny { Creative Commons Attribution-NonCommercial-ShareAlike 4.0 • \with-url #"https://creativecommons.org/licenses/by-nc-sa/4.0/" https://creativecommons.org/licenses/by-nc-sa/4.0/ } } \line{ \vspace #1.5 \general-align #Y #DOWN { \epsfile #X #10 #"by-nc-sa.eu.eps" } } } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% melody = { << %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \new Staff = "bombarde" { \clef "G^8" \key a \minor \set Staff.instrumentName = #"Bombarde" \set Staff.midiInstrument = "oboe" \time 4/4 \set Score.tempoHideNote = ##t \tempo 4 = 85 \transpose c c' { \relative c'{ % Thème A (retranscrit majoritairement d'après leur première répétition, avec quelques autres variantes tirées des répétitions suivantes) \repeat volta 2{ a8^\markup { \bold {Thème A} } b16 c d8. e16 c8 c16 a b c b b | a8 b16 c d8. e16 c8 c16 a b c b b | a8 b16 c d8. e16 c8 c16 a b c b a | a4 r4 r4. a8 \bar "||" e'8 e16 f e8. d16 c8 c16 a b c b a | e'8 f16 e d8 e c16 a b g a4 | r1 | r1 } % Thème B (retranscrit majoritairement d'après leur première répétition, avec quelques autres variantes tirées des répétitions suivantes) \repeat volta 2{ e'8^\markup { \bold {Thème B} } e16 d b8. c16 d8 c b a | e'8 e16 d b8. c16 d8 c b a | e'8 e16 d b8. c16 d8 c b a | a4 r4 r4 r8 a8 \bar "||" a8 c b b a16 g a c b8 b16 a | c8 d e8. d16 b16 d c b a4 | r1 | r1 } % Thème C (retranscrit majoritairement d'après leur première répétition, avec quelques autres variantes tirées des répétitions suivantes) \repeat volta 2{ c8^\markup { \bold {Thème C} } a16 b c8. e16 d8 c a g | c16 c a b c8 e d16 d c b a4 | r1 | r1 \bar "||" c8 d e4 e8 e8 d c | a b c8 b16 c d8 c16 b a4 | r1 | r1 } } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \new Staff = "biniou" { \clef "G^15" \key a \minor \set Staff.instrumentName = #"Binioù-kozh" \set Staff.midiInstrument = "bagpipe" \time 4/4 \transpose c c'' { \relative c'{ % Thème A \repeat volta 2{ a8 b16 c d8. e16 c8 c16 a b c b b | a8 b16 c d8. e16 c8 c16 a b c b b | a8 b16 c d8. e16 c8 c16 a b c b a | a8 b16 c d8 e8 c8 c16 a b b a8 \bar "||" e'8 e16 f e8. d16 c8 c16 a b c b a | e'8 f16 e d8 e c16 a b g a4 | e'8 f e8 d8 c8 c16 a b c b a | e'8 f16 e d8 e c8 b8 a4 } \repeat volta 2{ % Thème B e'8 e16 d b8. c16 d8 c b a | e'8 e16 d b8. c16 d8 c b a | e'8 e16 d b8. c16 d8 c b a | e'8 e16 d b8 c d8 c b a \bar "||" a8 c b b a16 g a c b8 b16 a | c8 d e8. d16 b16 d c b a8. a16 | a8 c b b a16 g a c b8 b16 a | c8 d e8. d16 c8 b a4 } \repeat volta 2{ % Thème B c8 a16 b c8. e16 d8 c a g | c16 c a b c8 e d16 d c b a4 | c8 a16 b c8. e16 d8 c a g | c16 c a b c8 e d16 d c b a4 \bar "||" c8 d e4 e8 e8 d c | a b c8 b16 c d8 c16 b a8 b16 a | c8 d e4 e8 e8 d c | a b c8 b16 c d8 c16 b a4 | } } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% >> } \score{ \melody \layout { } } \score{ \unfoldRepeats{ \melody{} } \midi { } }