%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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 Glasgow" composer = "Irish traditional" meter = "Reel" % copyright = "Creative Commons CC-BY-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 4/4 \key d \minor \repeat volta 2 { a4 d'8 a8 f'8 a8 d'8 a8 \bar "|" bes4 d'8 bes8 f'8 bes8 d'8 bes8 \bar "|" c'4 e'8 c'8 g'8 c'8 e'8 c'8 \bar "|" f'8 e'8 d'8 c'8 a8 d'8 d'8 c'8 \bar "|" a4 d'8 a8 f'8 a8 d'8 a8 \bar "|" bes4 d'8 bes8 f'8 bes8 d'8 bes8 \bar "|" c'4 e'8 c'8 g'8 c'8 e'8 c'8 \bar "|" f'8 e'8 d'8 c'8 a8 d'8 d'4 } \repeat volta 2 { d''8 a'8 a'4 ^\turn f'8 a'8 d'8 a'8 \bar "|" d''8 a'8 a'4 ^\turn f'8 a'8 d'8 a'8 \bar "|" c''8 g'8 g'4 ^\turn e'8 g'8 g'4 ^\turn \bar "|" c''8 g'8 g'4 ^\turn c''8 d''8 e''8 c''8 \bar "|" d''8 a'8 a'4 ^\turn f'8 a'8 d'8 a'8 \bar "|" d''8 a'8 a'4 ^\turn f'8 a'8 d'8 a8 \bar "|" bes4. ^\turn a8 bes8 c'8 d'8 e'8 \bar "|" f'8 d'8 e'8 c'8 a8 d'8 d'4 } } \score { \new Staff << \time 3/4 \clef "G" \set Staff.midiInstrument = "violin" \transpose a a{ \main } >> \layout { } \midi { } }