% -*- mode: LilyPond ; coding: utf-8 -*- \version "2.22.1" \header{ title = "The Born Cow" subtitle = "An Dro" % piece = "Composition : eNoz" % instrument = "Violon" composer = "eNoz" copyright = "Creative Commons Attribution-ShareAlike 4.0" %source = "own work" opus = "Genver 2024" created = "2024-01-05" lastupdated = "2024-01-08" enteredby = "eNoz" maintainer = "eNoz" % meter = "An Dro" % style="An Dro" 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-ShareAlike 4.0 • \with-url #"https://creativecommons.org/licenses/by-sa/4.0/" https://creativecommons.org/licenses/by-sa/4.0/ } } \line{ \vspace #1.5 \general-align #Y #DOWN { \epsfile #X #10 #"by-sa.eps" } } } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% melody = { << %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \new Staff = "Violon" { \clef "G" \key c \minor \set Staff.instrumentName = #"Violon" \set Staff.midiInstrument = "violin" \time 4/4 \set Score.tempoHideNote = ##t \tempo 4 = 92 \transpose c c' { { % THÈME A1 \repeat volta 2 { c8 f16 c aes8. f16 c8 aes g16 f g f | c8 f16 c aes8. f16 c8 aes g4 | } % THÈME A2 aes8 g16 f c8 bes, ees c16 ees g c ees g | aes8 g16 f c8 bes, ees8 a,16 bes, c4 | aes8 g16 f aes8 g16 f ees8 c16 ees g c ees g | aes8 g16 f c8 bes, a,16 bes, c ees f4 | % THÈME A2' aes8 g16 f c8 bes, ees c16 ees g c ees g | aes8 g16 f c8 bes, ees8 a,16 bes, c ees f g | aes8 g16 f aes8 g16 f ees8 c16 ees g c ees g | aes8 g16 f c8 bes, a,16 bes, c ees f4 | \bar ":|." } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% >> } \score{ \melody \layout { } } \score{ \unfoldRepeats{ \melody{} } \midi { } }