scores-tinwhistle/reels/trip_to_pakistan.ly

85 lines
956 B
Plaintext

\version "2.19.80"
\include "tinwhistle.ily"
\header {
title = "Trip to Pakistan"
meter = "Reel"
enteredby = "kastdeur"
composer = "N. Kelly"
}
global = {
\key b \minor
\time 4/4
}
bpm = \tempo 2 = 60
fluteA = \relative {
b'8 d fis b,
d4. fis8 |
e4 e8 d
cis8 d e cis |
b8 d fis b,
d4. fis8 |
e8 d cis d
b4 b8 a8 |
}
fluteB = \relative c'' {
b8 d fis b,
g'4. e8 |
fis4. a8
fis8 e fis d |
b8 d fis b,
g'4. e8 |
fis8 e d fis
e4. d8 |
}
fluteC = \relative c'' {
cis8 d fis cis
d fis cis d |
b8 cis d b
cis d cis b |
a8 cis e a, |
cis e a, cis |
e8 d cis d
b4. a8
}
flute = \relative c'' {
% Muziek volgt hier.
\global
\tupletUp
\repeat volta 2 { \fluteA }
\break
\repeat volta 2 { \fluteB }
\break
\repeat volta 2 { \fluteC }
}
flutePart = \new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} \flute
\score {
<<
\flutePart
>>
\layout { }
\midi {
\bpm
}
}