New Tunes: Home Ruler, Clancy's Dream, The Jolly Beggarman

This commit is contained in:
Eric Teunis de Boone 2019-01-04 00:15:06 +01:00
parent eed51db053
commit fb4a1b0ff3
3 changed files with 259 additions and 0 deletions

View File

@ -0,0 +1,89 @@
\version "2.19.80"
\include "tinwhistle.ily"
\header {
title = "The Home Ruler"
meter = "Hornpipe"
enteredby = "kastdeur"
number = "93"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key d \major
\time 4/4
}
bpm = \tempo 4 = 80
fluteA = \relative c'' {
d,='4 fis8. a16 d,4 fis8. a16 |
d8. fis16 e8. d16 b4 \breathe d8. b16 |
a4.\lroll b8 a8. fis16 d8. e16 |
fis8. d16 e8. d16 b'8. d16 a8. b16 |
d,='4 fis8. a16 d,4 fis8. a16 |
d8. fis16 e8. d16 b4 \breathe d8. b16 |
a4.\lroll b8 a8. fis16 d8. g16 |
fis4 d4 d2 |
}
fluteB = \relative c'' {
a='8. d16 d8. cis16 d4 d8. fis16 |
a8. fis16 b8. fis16 a8. fis16 e8. d16 |
e4.\lroll d8 b8. a16 d8. e16 |
fis8. d16 e8. d16 b8. d16 a8. b16 |
d=''4 d8. cis16 d4 \breathe d8. fis16 |
a8. fis16 b8. fis16 a8. fis16 e8. d16 |
e8. fis16 e8. d16 b8. a16 d8. b16 |
a8. fis16 e8. fis16 d2 \breathe |
}
flute = \relative c'' {
\global
\repeat volta 2 { \fluteA }
\break
\repeat volta 2 { \fluteB }
}
chordA = \chordmode {
d1 | d2 g2 | d1 | d2 g4 a4 |
d1 | b2:m g2 | d2 a2 | d1
}
chordB = \chordmode {
d2 g2 | d2 a2 | e1:m | d2 g4 a4 |
d2 g2 | d2 a2 | e2:m g2 | d1
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 { \chordA }
\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
}
}

View File

@ -0,0 +1,81 @@
\version "2.19.81"
\include "tinwhistle.ily"
\header {
meter = "Hornpipe"
title = "The Jolly Beggarman"
composer = ""
}
global = {
\key d \major
\time 2/4
}
bpm = \tempo 4. = 90
fluteAA = \fixed c'' {
e8 |
\grg a,16. [ \grd a,32 \gre a,16. \grd b,32 ] \grg a,16. [ b,32 \grg cis16. d32 ] |
\grg e16. [ fis32 \grg e16. cis32 ] \thrwd d8 [ \grg cis16. d32 ] |
\grg e16. [ a,32 \gbirl a,8 ] \grg a,16. [ b,32 \grg cis32 \grd a,16. ] |
\grg b,16. [ \grd g,32 \gre g,16. a,32 ] \dblb b,8 [ e8 ] |
}
fluteAB = \fixed c'' {
\grg a,16. [ \grd a,32 \gre a,16. \grd b,32 ] \grg a,16. [ b,32 \grg cis16. d32 ] |
\grg e16. [ fis32 \grg e16. cis32 ] \thrwd d8 [ \grg cis16. d32 ] |
\grg e16. [ a32 \grg a16. g32 ] a16. [ fis32 \dble e16. d32 ] |
\dblc cis8 [ \gre a,8 ] \wbirl a,8
}
fluteBA = \fixed c'' {
\grg e16. [ fis32 ] |
\dblg g8 [ \slurf g16. a32 ] g16. [ fis32 \grg e16. fis32 ] |
\grA g16. [ fis32 \grg e16. cis32 ] \thrwd d8 [ \grg cis16. d32 ] |
\grg e16. [ a,32 \gbirl a,8 ] \grg a,16. [ b,32 \grg cis32 \grd a,16. ] |
\grg b,16. [ \grd g,32 \gre g,16. a,32 ] \dblb b,8
}
fluteBBA = \fixed c'' {
e16. fis32 |
\dblg g8 [ \slurf g16. a32 ] g16. [ fis32 \grg e16. fis32 ] |
\grA g16. [ fis32 \grg e16. cis32 ] \thrwd d8 [ \grg cis16. d32 ] |
\grg e16. [ a32 \grg a16. g32 ] a16. [ fis32 \dble e16. d32 ] |
\dblc cis8 [ \gre a,8 ] \wbirl a,8
}
fluteBBB = \fixed c'' {
e8 |
\fluteAB
}
flutePart = \new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} {
\global
\repeat volta 2 { \partial 8 \fluteAA \fluteAB \tag #'midiRemove { s8 |} }
\break
\repeat volta 2 { \partial 8 \fluteBA }
\alternative {
{ \break \fluteBBA \tag #'midiRemove { s8 |} }
{ \break \fluteBBB \tag #'midiRemove { s8 |} }
}
\bar "|."
}
\score {
<<
\flutePart
>>
\layout { }
}
\score {
\unfoldRepeats \removeWithTag #'midiRemove {
\flutePart
}
\midi {
\bpm
}
}

89
jigs/clancys_dream.ly Normal file
View File

@ -0,0 +1,89 @@
\version "2.19.80"
\include "tinwhistle.ily"
\header {
title = "Clancy's Dream"
meter = "Jig"
enteredby = "kastdeur"
number = "63"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key d \major
\time 6/8
}
bpm = \tempo 4. = 100
fluteA = \fixed c'' {
fis8 a fis g8 a b |
fis8 a a \grace { b8 } a8 fis d |
fis4 \breathe fis8 g8 a b |
a8 fis d e4.-\lroll |
fis8 a fis g8 a b |
fis8 a a \grace { b8 } a8 fis d |
fis4.-\lroll d8 b a |
b8 d fis e4. \breathe |
}
fluteB = \fixed c'' {
fis4-\sroll e8 d8 a a |
b8 a a d8 cis d |
d8 fis e d8 a a |
b8 d fis e4 d8 |
fis4\breathe e8 d8 a a |
b8 a a d8 cis d |
d8 fis e d8 a a |
b8 d fis e4 d8 |
}
flute = \relative c'' {
% Muziek volgt hier.
\global
\repeat volta 2 { \fluteA }
\break
\repeat volta 2 { \fluteB }
}
chordA = \chordmode {
d4. g4. | d2. | d4. g4. | d4. a4. |
d4. g4. | d2. | d4. g4. | b4.:m a4. |
}
chordB = \chordmode {
d2. | g2. | g4. d4. | b4.:m a4. |
d2. | g2. | g4. d4. | b4.:m a4.
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 { \chordA }
\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
}
}