% -*- mode: LilyPond ; coding: utf-8 -*- \version "2.22.1" \header{ title = "The Poplars Jig" % subtitle = "Fiddle" % piece = "La Jig des peupliers" % instrument = "Kozh" composer = "Composition : eNoz" copyright = "Creative Commons Attribution-NonCommercial-ShareAlike 4.0" %source = "eNoz" % opus = "2022" created = "2022-10-20" lastupdated = "2022-10-20" enteredby = "Breizh Partitions" maintainer = "Breizh Partitions" meter = "Jig" % style="Exercice de dextérité" 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 = "Fiddle" { \clef "G" \key ees \major \set Staff.instrumentName = #"Fiddle" \set Staff.midiInstrument = "fiddle" \time 6/8 \set Score.tempoHideNote = ##t \tempo 4. = 130 \transpose c c' { \repeat volta 2{ c8 aes ees c aes f | c8 g ees c g aes | c8 aes g c aes f | c8 g ees aes g f | } \repeat volta 2{ bes,8 aes ees bes,8 aes f | bes,8 g ees bes,8 g aes | bes,8 aes g bes,8 aes f | bes,8 g ees aes g f | } \repeat volta 2{ f aes ees f aes c | f g ees f g aes | f aes g f aes f | c g ees aes g f | } \repeat volta 2{ ees aes ees f aes c | ees g ees f g aes | } \alternative { { ees aes g ees aes f | c g ees aes g f | } { c8 aes g c aes f | g f ees f4. | } } \bar "|." } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% >> } \score{ \melody \layout { } } \score{ \unfoldRepeats{ \melody{} } \midi { } }