% -*- mode: LilyPond ; coding: utf-8 -*- \version "2.22.1" \header{ title = "D'Lëtzebuerger Scottish" % subtitle = "Scottish" % piece = "Composition : eNoz" % instrument = "Violon" composer = "eNoz" copyright = "Creative Commons Attribution-ShareAlike 4.0" %source = "own work" opus = "Ebrel 2024" created = "2024-04-06" lastupdated = "2024-04-06" enteredby = "eNoz" maintainer = "eNoz" meter = "Scottish" style="Scottish" version = "1.01" 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 = "Mélodie" { \clef G \key g \major % \set Staff.instrumentName = #"Violon" \set Staff.midiInstrument = "violin" \time 4/4 \set Score.tempoHideNote = ##t \tempo 4 = 96 \transpose c fis' { { % THÈME A1 \repeat volta 2 { bes,8 c16 d ees8. ees16 ges8 ees f16 ges f f | bes,8 c16 d ees8. ees16 ges8 ees f4 | } % THÈME A2 bes8 aes16 ges f8 ees16 f aes8 ges16 f ees d ees8 | ges8 f16 ees d c d8 bes, c16 d ees f ges ees | bes8 aes16 ges f16 ees16 f8 aes8 ges16 f ees d ees8 | ges8 f16 ees d c d8 bes, c16 d ees4 | \bar "|." } } } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% >> } \score{ \melody \layout { } } \score{ \unfoldRepeats{ \melody{} } \midi { } }