%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Typeset by Breizh Partitions (2013) % Version 1.0 % % Une partition gratuite de http://www.breizh-partitions.fr % Free sheet music from http://www.celtic-scores.com %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \version "2.16.0" \paper { top-margin = 2 \cm bottom-margin = 2 \cm } \header { title = "The Kesh" composer = "Irish traditional" meter = "Jig" % copyright = "Creative Commons CC-SA" enteredby = "Breizh Partitions" lastupdated = "2013/05/25" % instrument = "Fiddle" 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.breizh-partitions.fr" { \teeny www. Breizh-Partitions \teeny .fr 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-ShareAlike 3.0 • \with-url #"https://creativecommons.org/licenses/by-sa/3.0" https://creativecommons.org/licenses/by-sa/3.0 } } \line{ \vspace #1.5 \general-align #Y #DOWN { \epsfile #X #10 #"by-sa.eps" } } } } } main = { \tempo 4.=140 \once \override Score.MetronomeMark #'transparent = ##t \time 6/8 \key g \major \repeat volta 2 { g'4. g'8 a'8 b'8 \bar "|" a'4. a'8 b'8 d''8 \bar "|" e''8 d''8 d''8 g''8 d''8 d''8 \bar "|" e''8 d''8 b'8 d''8 b'8 a'8 \bar "|" g'8 a'8 g'8 g'8 a'8 b'8 \bar "|" a'8 b'8 a'8 a'8 b'8 d''8 \bar "|" e''8 d''8 d''8 g''8 d''8 d''8 \bar "|" b'8 a'8 fis'8 g'4. } \repeat volta 2 { b'4 b'8 d''4 d''8 \bar "|" e''8 g''8 e''8 d''8 b'8 a'8 \bar "|" b'4 b'8 d''8 b'8 g'8 \bar "|" a'8 b'8 a'8 a'8 g'8 a'8 \bar "|" b'8 a'8 b'8 d''8 cis''8 d''8 \bar "|" e''8 g''8 e''8 d''8 b'8 d''8 \bar "|" g''8 fis''8 g''8 a''8 g''8 a''8 \bar "|" b''8 g''8 g''8 g''4. } } \score { \new Staff << \time 3/4 \clef "G" \key g \major \set Staff.midiInstrument = "violin" \transpose a a{ \main } >> \layout { } \midi { } }