New Tunes: Trip to Pakistan, Kid on the Mountain

This commit is contained in:
Eric Teunis de Boone 2019-04-26 12:08:09 +02:00
parent 718dd9b8de
commit 4ea854cf95
4 changed files with 226 additions and 14 deletions

84
reels/trip_to_pakistan.ly Normal file
View file

@ -0,0 +1,84 @@
\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
}
}