% -*- mode: LilyPond ; coding: utf-8 -*- \version "2.22.1" \header{ title = "The McGann's Pub Jig" % subtitle = "Jig" % piece = "Composition : eNoz" % instrument = "Biniou-bombarde" composer = "eNoz" copyright = "Creative Commons Attribution-ShareAlike 4.0" %source = "own work" opus = "Ebrel 2024" created = "2024-04-15" lastupdated = "2024-04-15" enteredby = "eNoz" maintainer = "eNoz" meter = "Jig" style="Jig" 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 #"https://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 #"https://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 = "Mélodie" { \clef "G^8" \key bes \major % \set Staff.instrumentName = #"Bombarde" \set Staff.midiInstrument = "oboe" \time 12/8 \set Score.tempoHideNote = ##t \tempo 4. = 136 \transpose c c'' { { % THÈME A \repeat volta 2 { bes,8 f d bes, f d bes,8 f bes, c4 c8 | g8 ees c g8 ees c ees d c d4 d8 | bes,8 f d bes, d f bes,8 f bes, c4 c8 | g8 ees c g8 ees c ees c a, bes,4. | } % THÈME B \repeat volta 2 { bes,8 d f bes,4. bes,8 d f c4. | c8 ees g g8 ees c ees4 c8 d4 d8 | bes,8 d f bes,4. bes,8 d f c4 c8 | g8 ees c g8 ees c ees c a, bes,4. | } % THÈME C \repeat volta 2 { bes,8 d f bes, d f bes,8 f bes, c c c | g8 ees c g8 ees c ees d c d c d | bes,8 f d bes, d f bes,8 f bes, c c c | g8 ees c g8 ees c ees c a, bes,4. | } \bar "|." } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% >> } \score{ \melody \layout { } } \score{ \unfoldRepeats{ \melody{} } \midi { } }