New Reels: Musical Priest and The Traveller
This commit is contained in:
parent
136900c9b3
commit
5793235636
2 changed files with 277 additions and 0 deletions
135
reels/the_musical_priest.ly
Normal file
135
reels/the_musical_priest.ly
Normal file
|
@ -0,0 +1,135 @@
|
||||||
|
\version "2.19.80"
|
||||||
|
|
||||||
|
\include "tinwhistle.ily"
|
||||||
|
|
||||||
|
\header {
|
||||||
|
title = "The Musical Priest"
|
||||||
|
meter = "Reel"
|
||||||
|
enteredby = "kastdeur"
|
||||||
|
number = "24"
|
||||||
|
source = "Ireland's Best Tin Whistle Tunes Volume 2"
|
||||||
|
}
|
||||||
|
|
||||||
|
global = {
|
||||||
|
\key b \minor
|
||||||
|
\time 4/4
|
||||||
|
}
|
||||||
|
|
||||||
|
bpm = \tempo 4 = 100
|
||||||
|
|
||||||
|
fluteA = \relative c'' {
|
||||||
|
b8 a
|
||||||
|
|
|
||||||
|
fis8 b \grace{ cis8 } b a
|
||||||
|
b8 a b d
|
||||||
|
|
|
||||||
|
cis8 b a fis'
|
||||||
|
e8 cis
|
||||||
|
|
||||||
|
b a
|
||||||
|
|
|
||||||
|
fis8 b \grace{ cis8 } b a
|
||||||
|
b8 a \tuplet 3/2 { b8 cis d }
|
||||||
|
|
|
||||||
|
cis8 b a fis
|
||||||
|
b4 \breathe
|
||||||
|
|
||||||
|
}
|
||||||
|
fluteB = \relative c'' {
|
||||||
|
b8 cis
|
||||||
|
|
|
||||||
|
d4 d8 cis
|
||||||
|
d8 fis e d
|
||||||
|
|
|
||||||
|
\tuplet 3/2 { cis8 b a } e' a,
|
||||||
|
fis'8 a, e' a,
|
||||||
|
|
|
||||||
|
|
||||||
|
d8 cis b cis
|
||||||
|
d8 b' \grace{ cis8 } a8 fis
|
||||||
|
|
|
||||||
|
e8 d cis d
|
||||||
|
b4 \breathe
|
||||||
|
|
||||||
|
}
|
||||||
|
fluteC = \relative c'' {
|
||||||
|
b8 cis
|
||||||
|
|
|
||||||
|
d8 b \lroll b4
|
||||||
|
b'8 a fis b
|
||||||
|
|
|
||||||
|
a8 fis e cis
|
||||||
|
a cis e cis
|
||||||
|
|
|
||||||
|
|
||||||
|
d8 b \lroll b4
|
||||||
|
b'8 a fis b
|
||||||
|
|
|
||||||
|
a8 fis e d
|
||||||
|
b4 \breathe
|
||||||
|
}
|
||||||
|
flute = \relative c'' {
|
||||||
|
% Muziek volgt hier.
|
||||||
|
\global
|
||||||
|
\tupletUp
|
||||||
|
\repeat volta 2 { \partial 4 \fluteA }
|
||||||
|
\repeat volta 2 { \partial 4 \fluteB }
|
||||||
|
\repeat volta 2 { \partial 4 \fluteC }
|
||||||
|
}
|
||||||
|
chordA = \chordmode {
|
||||||
|
b4:m |
|
||||||
|
b1:m |
|
||||||
|
a1 |
|
||||||
|
b1:m |
|
||||||
|
fis2:m b4:m
|
||||||
|
}
|
||||||
|
chordB = \chordmode {
|
||||||
|
b4:m |
|
||||||
|
d1 |
|
||||||
|
a1 |
|
||||||
|
b1:m |
|
||||||
|
a2 b4:m
|
||||||
|
}
|
||||||
|
chordC = \chordmode {
|
||||||
|
b4:m |
|
||||||
|
b1:m |
|
||||||
|
a1 |
|
||||||
|
b1:m |
|
||||||
|
a2 b4:m
|
||||||
|
}
|
||||||
|
chordNames = \chordmode {
|
||||||
|
\global
|
||||||
|
|
||||||
|
% Akkoordnamen volgen.
|
||||||
|
\repeat volta 2 { \partial 4 \chordA }
|
||||||
|
\repeat volta 2 { \partial 4 \chordB }
|
||||||
|
\repeat volta 2 { \partial 4 \chordC }
|
||||||
|
}
|
||||||
|
|
||||||
|
chordsPart = \new ChordNames \with {
|
||||||
|
chordChanges = ##t
|
||||||
|
} \chordNames
|
||||||
|
|
||||||
|
flutePart = \new Staff \with {
|
||||||
|
instrumentName = "Fl."
|
||||||
|
midiInstrument = "flute"
|
||||||
|
} \flute
|
||||||
|
|
||||||
|
\score {
|
||||||
|
<<
|
||||||
|
\chordsPart
|
||||||
|
\flutePart
|
||||||
|
>>
|
||||||
|
\layout { }
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\unfoldRepeats \removeWithTag #'midiRemove <<
|
||||||
|
\chordsPart
|
||||||
|
\flutePart
|
||||||
|
>>
|
||||||
|
\midi {
|
||||||
|
\bpm
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
142
reels/the_traveller.ly
Normal file
142
reels/the_traveller.ly
Normal file
|
@ -0,0 +1,142 @@
|
||||||
|
\version "2.19.80"
|
||||||
|
|
||||||
|
\include "tinwhistle.ily"
|
||||||
|
|
||||||
|
\header {
|
||||||
|
title = "The Traveller"
|
||||||
|
meter = "Reel"
|
||||||
|
enteredby = "kastdeur"
|
||||||
|
number = "31"
|
||||||
|
source = "Ireland's Best Tin Whistle Tunes Volume 2"
|
||||||
|
}
|
||||||
|
|
||||||
|
global = {
|
||||||
|
\key g \major
|
||||||
|
\time 4/4
|
||||||
|
}
|
||||||
|
|
||||||
|
bpm = \tempo 4 = 100
|
||||||
|
|
||||||
|
fluteA = \relative c'' {
|
||||||
|
g4.\lroll b8
|
||||||
|
d8 g, b d |
|
||||||
|
c8 b c d
|
||||||
|
c8 b a g |
|
||||||
|
\tuplet 3/2 { b8 c d } g8 d
|
||||||
|
e8 g d b |
|
||||||
|
c8 b a g
|
||||||
|
fis8 a d,4 \breathe
|
||||||
|
|
||||||
|
g4.\lroll b8
|
||||||
|
d8 g, b d |
|
||||||
|
c8 b c d
|
||||||
|
c8 b a g |
|
||||||
|
b8 d g d
|
||||||
|
e8 g d b |
|
||||||
|
}
|
||||||
|
fluteABA = \relative c'' {
|
||||||
|
c8 a fis a
|
||||||
|
g4.\lroll \breathe d8 |
|
||||||
|
}
|
||||||
|
fluteABB = \relative c'' {
|
||||||
|
c8 a fis a
|
||||||
|
g4.\lroll \breathe d'8 |
|
||||||
|
}
|
||||||
|
fluteB = \relative c'' {
|
||||||
|
g'4\sroll d8 g
|
||||||
|
e8 g d g |
|
||||||
|
g4\sroll b8 g
|
||||||
|
a8 g e fis |
|
||||||
|
g4 d8 g
|
||||||
|
e8 g d b |
|
||||||
|
c8 b a g
|
||||||
|
fis8 a d,4 \breathe
|
||||||
|
|
||||||
|
g'4.\lroll d8
|
||||||
|
e8 g d b |
|
||||||
|
g'8 a b g
|
||||||
|
a8 g e fis |
|
||||||
|
g4.\lroll a8
|
||||||
|
g8 fis e d |
|
||||||
|
e8 g fis a
|
||||||
|
g4. \breathe d8
|
||||||
|
}
|
||||||
|
|
||||||
|
flute = \relative c'' {
|
||||||
|
% Muziek volgt hier.
|
||||||
|
\global
|
||||||
|
\tupletUp
|
||||||
|
\repeat volta 2 { \fluteA }
|
||||||
|
\alternative {
|
||||||
|
\fluteABA
|
||||||
|
\fluteABB
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 { \fluteB }
|
||||||
|
}
|
||||||
|
chordA = \chordmode {
|
||||||
|
g1 |
|
||||||
|
g2 a2:m |
|
||||||
|
g1 |
|
||||||
|
c2 d2 |
|
||||||
|
|
||||||
|
g1 |
|
||||||
|
g2 a2:m |
|
||||||
|
g2 c2
|
||||||
|
}
|
||||||
|
chordABA = \chordmode {
|
||||||
|
d2 g2 |
|
||||||
|
}
|
||||||
|
chordABB = \chordmode {
|
||||||
|
c4 d4 g2 |
|
||||||
|
}
|
||||||
|
chordB = \chordmode {
|
||||||
|
g1 |
|
||||||
|
g2 d2 |
|
||||||
|
d1 |
|
||||||
|
c2 d2 |
|
||||||
|
|
||||||
|
g1 |
|
||||||
|
g2 g/b2 |
|
||||||
|
c2 g/b2 |
|
||||||
|
a4:m d4 g2 |
|
||||||
|
}
|
||||||
|
chordNames = \chordmode {
|
||||||
|
\global
|
||||||
|
|
||||||
|
% Akkoordnamen volgen.
|
||||||
|
\repeat volta 2 { \chordA }
|
||||||
|
\alternative {
|
||||||
|
\chordABA
|
||||||
|
\chordABB
|
||||||
|
}
|
||||||
|
\repeat volta 2 { \chordB}
|
||||||
|
}
|
||||||
|
|
||||||
|
chordsPart = \new ChordNames \with {
|
||||||
|
chordChanges = ##t
|
||||||
|
} \chordNames
|
||||||
|
|
||||||
|
flutePart = \new Staff \with {
|
||||||
|
instrumentName = "Fl."
|
||||||
|
midiInstrument = "flute"
|
||||||
|
} \flute
|
||||||
|
|
||||||
|
\score {
|
||||||
|
<<
|
||||||
|
\chordsPart
|
||||||
|
\flutePart
|
||||||
|
>>
|
||||||
|
\layout { }
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\unfoldRepeats \removeWithTag #'midiRemove <<
|
||||||
|
\chordsPart
|
||||||
|
\flutePart
|
||||||
|
>>
|
||||||
|
\midi {
|
||||||
|
\bpm
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue