Initial commit

Included build wrapper script.
It adds lib/tinwhistle to search path (so .../tinwhistle.ily can be easily included)
And invokes the stylesheet at lib/styles/tinwhistle.ily
This commit is contained in:
Eric Teunis de Boone 2018-01-28 13:06:04 +01:00
commit 32c7e6dc9b
18 changed files with 1479 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
**/*.pdf
**/*.midi

View File

@ -0,0 +1,121 @@
\version "2.19.0"
\header {
title = "Piobroch of Donuil Dubh"
meter = "Regimental March Past of The Seaforth Highlanders"
enteredby = "kastdeur"
}
global = {
\key d \major
\time 6/8
}
bpm = \tempo 4. = 90
mbreak = {}
thrwd = {} %\grace { \fixed c'' { g,32 d cis } }
grip = {} %\grace { \fixed c'' { g,32 d g, } }
fluteA = \fixed c'' {
\repeat unfold 2 {
e8. [ cis16 cis8 ] fis8. [ g16 a8 ] |
e8. [ cis16 cis8 ] cis8. [ b,16 a,8 ] |
} \alternative {
{
e8. [ cis16 cis8 ] fis8. [ g16 a8 ] |
e8. [ cis16 a,8 ] b,4 a,8 \mbreak |
}
{
b,4 cis8 \thrwd d8. [ e16 fis8 ] |
e8. [ cis16 a,8 ] b,4 a,8 |
}
}
}
fluteB = \fixed c'' {
\repeat unfold 2 {
e8. [ cis16 cis8 ] fis8. [ d16 d8 ] |
e8. [ cis16 cis8 ] cis8. [ b,16 a,8 ] |
} \alternative {
{
e8. [ cis16 cis8 ] fis8. [ d16 d8 ] |
e8. [ cis16 a,8 ] b,4 a,8 \mbreak |
}
{
b,4 cis8 \thrwd d8. [ e16 fis8 ] |
e8. [ cis16 a,8 ] b,4 a,8 |
}
}
}
fluteC = \fixed c'' {
\repeat unfold 2 {
\grip e4 a,8 \grip fis4 a,8 |
\grip e4 a,8 cis8. [ b,16 a,8 ] |
} \alternative {
{
\grip e4 a,8 \grip fis4 a,8 |
\grip e4 cis8 b,4 a,8 \mbreak |
}
{
b,4 cis8 \thrwd d8. [ e16 fis8 ] |
e8. [ cis16 a,8 ] b,4 a,8 |
}
}
}
fluteD = \fixed c'' {
a8. e16 e8 a8. fis16 fis8 |
a8. e16 e8 cis8. b,16 a,8 |
a8. e16 e8 a8. fis16 fis8 |
e8. cis16 a,8 b,4 a,8 |
a8. e16 e8 a8. fis16 fis8 |
<<
\tag #'secondTime { a4 \grip a8 }
\\
\tag #'firstTime { a8. e16 e8 }
>>
cis8. b,16 a,8 |
b,4 cis8 d8. e16 fis8 |
e8. cis16 a,8 b,4 a,8
}
flute = \relative c'' {
\global
\repeat volta 2 { \fluteA }
\break
\repeat volta 2 { \fluteB }
\break
\repeat volta 2 { \fluteC }
\break
\repeat volta 2 { \fluteD }
}
flutePart = \new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} \flute
\score {
<<
\flutePart
>>
\layout { }
}
\score {
\new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} {
\global
\fluteA \fluteA
\fluteB \fluteB
\fluteC \fluteC
\keepWithTag #'firstTime \fluteD \keepWithTag #'secondTime \fluteD
}
\midi {
\bpm
}
}

97
airs/sally_gardens.ly Normal file
View File

@ -0,0 +1,97 @@
\version "2.19.80"
\header {
title = "Sally Gardens"
meter = "Air"
enteredby = "kastdeur"
number = "15"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
fine = {
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
\mark \markup \small "Fine"
}
capo = {
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
\mark \markup \small "Da Capo"
}
global = {
\key d \major
\time 4/4
}
bpm = \tempo 2 = 50
fluteA = \relative c'' {
% Muziek volgt hier.
d,8 e |
fis4 e8 d e4 fis8 a |
b2 a4 \breathe d8 a |
b4 a8 fis e4. d8 |
d2. \breathe
}
fluteBA = \relative c'' {
a4 |
d4 cis8 a b4 d4 |
cis4. b8 a4 fis8 a |
b4 a8 fis a8 b d8 e |
d2. \breathe
}
flute = \relative c'' {
\global
\repeat volta 2 {\partial 4 \fluteA \tag #'midiRemove { s4\fine } }
\break
\partial 4 \fluteBA \tag #'midiRemove { s4 \capo \bar "||" }
\tag #'printRemove { \fluteA \bar "|." }
}
chordA = \chordmode {
d4 |
d2 a2 g2 d2 g2 a2 d2.
}
chordBA = \chordmode {
d4 |
b1:m fis1:m g2 a2 d2.
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 {\partial 4 \chordA \tag #'midiRemove s4 }
\partial 4 \chordBA \tag #'midiRemove s4
\tag #'printRemove \chordA
}
chordsPart = \new ChordNames \with {
chordChanges = ##t
} \chordNames
flutePart = \new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} \flute
\score {
\removeWithTag #'printRemove <<
\chordsPart
\flutePart
>>
\layout { }
}
\score {
\unfoldRepeats \removeWithTag #'midiRemove <<
\chordsPart
\flutePart
>>
\midi {
\bpm
}
}

11
build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
# Build script for the tinwhistle scores
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
LIB=$DIR/../lib
STYLESHEET=$LIB/styles/tinwhistle.ily
# In case, tinwhistle.ily is included in file
TINWHISTLE_DIR=$LIB/tinwhistle/
lilypond -dinclude-settings=$STYLESHEET -I $TINWHISTLE_DIR -dno-strip-output-dir $@

View File

@ -0,0 +1,102 @@
\version "2.19.80"
\include "tinwhistle.ily"
\header {
title = "The Greencastle Hornpipe"
meter = "Hornpipe"
enteredby = "kastdeur"
number = "60"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key g \major
\time 4/4
}
bpm = \tempo 4 = 80
fluteA = \relative c'' {
\repeat unfold 2 {
d8. c16 |
b8. g16 d8. g16 b8. g16 d8. g16 |
\tuplet 3/2 { g'8 a g } fis8. g16 e4 \breathe
} \alternative {
{
d8. c16 |
b8. g16 d8. g16 b8. g16 d8. g16 |
d'8. c16 b8. c16 a4 \breathe
}
{
d8. c16 |
b8. g'16 fis8. g16 e8. c16 a8. fis16 |
g4 b4 g4 \breathe
}
}
}
fluteB = \relative c'' {
g'=''8. a16 |
b8. a16 g8. fis16 e8. fis16 g8. a16 |
b8. a16 g8. fis16 e4 \breathe fis8. g16 |
a8. g16 fis8. e16 d8. e16 fis8. g16 |
a8. g16 fis8. e16 d4 \breathe
e8. fis16 |
g4.\lroll d8 \tuplet 3/2 { e8 fis g } d8. b16 |
c8. b16 a8. b16 c8. d16 e8. fis16 |
g4.\lroll d8 e8. c16 a8. fis16 |
g4 b4 g4 \breathe
}
flute = \relative c'' {
\global
\repeat volta 2 {\partial 4 \fluteA \tag #'midiRemove s4}
\break
\repeat volta 2 {\partial 4 \fluteB \tag #'midiRemove s4}
}
chordA = \chordmode {
g4 |
g1 | c1 | g1 | d1 |
g1| e2:m c2 | g2 d2 | g2.
}
chordB = \chordmode {
g4 |
e1:m | e1:m | a2:m d2 | a2:m d2 |
g2 e2:m | a2:m c2 | g2 d2 | g2.
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 {\partial 4 \chordA \tag #'midiRemove s4 }
\repeat volta 2 {\partial 4 \chordB \tag #'midiRemove s4 }
}
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,92 @@
\version "2.19.80"
\header {
title = "The Harvest Home"
meter = "Hornpipe"
enteredby = "kastdeur"
number = "38"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key d \major
\time 4/4
}
bpm = \tempo 4 = 80
fluteA = \relative c'' {
a8. fis16 |
d8.[ a'16 fis8. a16] d,8.[ a'16 fis8 a8] |
d8.[ e16 fis8. e16] d8.[ cis16 b8. a16] |
e'4 \breathe fis8. a,16 g'8.[ a,16 fis'8. a,16] \breathe |
\tuplet 3/2 { e'8( fis e) } \tuplet 3/2 { d8( cis b) } a8.[ g16 fis8. e16] |
d8.[ \breathe a'16 fis8. a16] d,8.[ a'16 fis8 a8] |
d8.[ e16 fis8. e16] d8.[ cis16 b8. a16] |
e'8.[ a,16 fis'8. a,16] g'8.[ e16 cis8. e16] |
d4 fis4 d4 \breathe
}
fluteB = \relative c'' {
cis8. d16 |
e8. a,16 \tuplet 3/2 { a8( a a) } fis'8. a,16 \tuplet 3/2 { a8( a a) } |
g'8. a,16 \tuplet 3/2 { a8( a a) } fis'8. a,16 \tuplet 3/2 { a8( a a) } |
\breathe e'8.[ a,16 fis'8. a,16] g'8. a,16 fis'4 \breathe |
\tuplet 3/2 { e8( fis e) } \tuplet 3/2 { d8( cis b) } \tuplet 3/2 { a8( b a) } \tuplet 3/2 { g8( fis e) }
d8.[ a'16 fis8. a16] d,8.[ a'16 fis8 a8] |
d8.[ e16 fis8. e16] d8.[ cis16 b8. a16] |
e'4 \breathe fis8. a,16 g'8.[ e16 cis8. e16] |
d4 fis4 d4 \breathe
}
flute = \relative c'' {
\global
\slurUp
\tupletUp
\repeat volta 2 {\partial 4 \fluteA \tag #'midiRemove s4}
\break
\repeat volta 2 {\partial 4 \fluteB \tag #'midiRemove s4}
}
chordA = \chordmode {
d4 |
d1*2 | a2 g2 | a2 g2 |
d1*2 | a2 g2 | d2.
}
chordB = \chordmode {
d4 |
a2 d2 | g2 d2 | e1:m | g2 a2 |
d1*2 | e2:m a2 | d4 a4 d4
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 {\partial 4 \chordA \tag #'midiRemove s4 }
\repeat volta 2 {\partial 4 \chordB \tag #'midiRemove s4 }
}
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,98 @@
\version "2.19.80"
\include "tinwhistle.ily"
\header {
title = "The Honeysuckle"
meter = "Hornpipe"
enteredby = "kastdeur"
number = "94"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key d \major
\time 4/4
}
bpm = \tempo 4 = 80
fluteA = \relative c'' {
\repeat unfold 2 {
a16 b cis8 |
d4\breathe cis8. a16 b16 cis d8 a8. fis16 |
d8. fis16 a8. fis16 g8. b16 a8. g16 |
fis8. a16 d8.
} \alternative {
{
a16 fis8. a16 d8. fis16 |
e8. d16 cis8. b16 a8. b16
}
{
b16 a8. g16 fis8. e16 |
fis4 d4 d4 \breathe
}
}
}
fluteB = \relative c'' {
a16 b cis8 |
d8. cis16 d8. e16 fis8. d16 e8. cis16 |
d8. e16 fis8. g16 a4.-\lroll fis8 |
g8. e16 \grace { \once \override Flag.stroke-style = #"grace" fis8 } e8. g16 fis8. d16 d8. fis16 |
e8. d16 cis8. b16 a8. b16
a16 b cis8 |
d4\breathe cis8. a16 b16 cis d8 a8. fis16 |
d8. fis16 a8. fis16 g8. b16 a8. g16 |
fis8. a16 d8. b16 a8. g16 fis8. e16 |
fis4 d4 d4 \breathe
}
flute = \relative c'' {
\global
\repeat volta 2 {\partial 4 \fluteA \tag #'midiRemove s4}
\break
\repeat volta 2 {\partial 4 \fluteB \tag #'midiRemove s4}
}
chordA = \chordmode {
d4 |
d1 | d2 g2 | d2 b2:m | e2:m a2 |
d1 | d2 g2 | b2:m a2 | d2.
}
chordB = \chordmode {
d4 |
d2 b2:m | d2 a2 | e2:m d2 | e2:m a2 |
d1 | d2 g2 | b2:m a2 | d2.
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 {\partial 4 \chordA \tag #'midiRemove s4 }
\repeat volta 2 {\partial 4 \chordB \tag #'midiRemove s4 }
}
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
}
}

93
jigs/donnybrook_fair.ly Normal file
View File

@ -0,0 +1,93 @@
\version "2.19.80"
\include "tinwhistle.ily"
\header {
title = "Donnybrook Fair"
meter = "Jig"
enteredby = "kastdeur"
number = "45"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key g \major
\time 6/8
}
bpm = \tempo 4. = 100
fluteA = \relative c' {
d8 |
g4.\lroll a8 g a |
b8 e e d8 b a |
b4.\lroll g8 a b |
a8 g e e4 \breathe
d8 |
g4.\lroll a8 g a |
b8 e e d8 b a |
b4.\lroll g8 a b |
a8 g fis g4 \breathe
}
fluteB = \relative c'' {
d8 |
g4.\lroll fis8 e d |
e4.\lroll d8 b a |
b8 e e d8 b a |
b8 e e e4 \breathe
fis8 |
g4.\lroll fis8 e d |
e8 g e d8 b a |
b4.\lroll g8 a b |
a8 g fis d4 \breathe
}
flute = \relative c'' {
\global
\repeat volta 2 {\partial 8 \fluteA \tag #'midiRemove { s8 |} }
\break
\repeat volta 2 {\partial 8 \fluteB \tag #'midiRemove { s8 |} }
}
chordA = \chordmode {
s8 |
g2. | e2.:m | g2. | d2. |
g2. | e2.:m | g4. e4.:m | d4. g4
}
chordB = \chordmode {
s8 |
g4. d4. | c2. | e4.:m d4. | e2.:m |
g2. | c2. | g4. e4.:m | d4. g4
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 {\partial 8 \chordA \tag #'midiRemove { s8 |} }
\repeat volta 2 {\partial 8 \chordB \tag #'midiRemove { s8 |} }
}
flutePart = \new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} \flute
chordsPart = \new ChordNames \chordNames
\score {
<<
\chordsPart
\flutePart
>>
\layout { }
}
\score {
\unfoldRepeats \removeWithTag #'midiRemove <<
\chordsPart
\flutePart
>>
\midi {
\bpm
}
}

View File

@ -0,0 +1,87 @@
\version "2.19.80"
\header {
title = "Gander in the Pratie Hole"
meter = "Jig"
enteredby = "kastdeur"
number = "31"
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 d fis a d |
g8 fis g e fis g |
fis8 a d fis a d |
g8 e d d4. \breathe |
fis8 a d fis a d |
g8 fis g e[ \breathe fis g] |
fis'8 e' d' e' cis' a |
g8 e d d4. \breathe
}
fluteB = \fixed c'' {
a,8 d d d e d |
c8 a, b, c a, g, |
a,8 d d d e d |
c8 a, b, c4. \breathe |
a,8 d d d e d |
c8 a, b, c d e |
fis8 e d e cis a, |
g,8 e, d, d,4. \breathe
}
flute = \relative c'' {
% Muziek volgt hier.
\global
\repeat volta 2 { \fluteA }
\break
\repeat volta 2 { \fluteB }
}
chordA = \chordmode {
d2. | g2. | d2. | g4. d4. |
d2. | g2. | d4. a4. | g4. d4.
}
chordB = \chordmode {
d2. | c2. | d2. | c2. |
d2. | c2. | d4. a4. | g4. d4. |
}
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
}
}

92
jigs/saddle_the_pony.ly Normal file
View File

@ -0,0 +1,92 @@
\version "2.19.80"
\include "tinwhistle.ily"
\header {
title = "Saddle the Pony"
meter = "Jig"
enteredby = "kastdeur"
number = "56"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key g \major
\time 6/8
}
bpm = \tempo 4. = 100
fluteA = \relative c' {
\tuplet 3/2 { d16 e fis } |
g8 b a g4 b8 |
d8 e fis g8 d b |
g8 b a g4\breathe b8 |
a8 fis d a'8 fis d |
g8 b a g4\breathe b8 |
d8 e fis g4.\lroll |
e8 fis e d8 b a |
b8 g g g4 \breathe
}
fluteB = \relative c'' {
b16 d |
e4.\lroll e8 d b |
d8 e fis g4.\lroll |
e8 g e \grace{ \once \override Flag.stroke-style = #"grace" fis8 } e8 d b |
d8 b a \grace{ \once \override Flag.stroke-style = #"grace" b8 } a4 \breathe d8 |
e4.\lroll e8 d b |
d8 e fis g4.\lroll |
e8 g e d8 b a |
b8 g fis g4 \breathe
}
flute = \relative c'' {
% Muziek volgt hier.
\global
\repeat volta 2 { \partial 8 \fluteA \tag #'midiRemove s8}
\break
\repeat volta 2 { \partial 8 \fluteB \tag #'midiRemove s8}
}
chordA = \chordmode {
g8 |
g2. | d2. | g2. | d2. | g2. | d2. | c2. | g4. g4
}
chordB = \chordmode {
g8 |
e2.:m | d4. g4. | e2.:m | d2. |
e2.:m | d4. g4. | c4. d4. | g4. g4
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 { \partial 8 \chordA \tag #'midiRemove s8}
\repeat volta 2 { \partial 8 \chordB \tag #'midiRemove s8}
}
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,105 @@
\version "2.19.80"
\header {
title = "Rolling on the Rye Grass"
meter = "Reel"
enteredby = "kastdeur"
number = "22"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key g \major
\time 4/4
}
bpm = \tempo 2 = 60
flute = \relative c'' {
\global
% Muziek volgt hier.
a4 a8 fis
d8 fis a fis
|
g4 b8 g8
d'8 g, b g
|
a4 \breathe a8 fis
d8 fis a fis
|
g8 b a fis
e4
d8 fis
|
a b a fis
d fis a fis
|
g4 \breathe b8 g
d'8 g, b g
|
a4 a8 fis
d8 fis a fis
|
g8 b a fis
e4 d4 \breathe
\bar "||"
\break
a'8 b d e
fis4 d8 fis
|
g4 e8 g
fis8 e d b
|
a8 b d e
fis4 \breathe d8 fis
|
a8 fis d fis
e4
d8 b
|
a8 b d e
fis4 \breathe d8 fis
|
g8 e e g
fis8 e d b
|
a8 b d e
fis4 \breathe d8 fis
|
a8 fis d fis
e4 d4
\bar "|."
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
d1 g1 d1 g2 a2
d1 g1 d1 g2 a4 d4
d1 g2 a2 d1 a2 g2
d1 g2 a2 d1 a2 g4 d4
}
chordsPart = \new ChordNames \with {
chordChanges = ##t
} \chordNames
flutePart = \new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} \flute
\score {
<<
\chordsPart
\flutePart
>>
\layout { }
\midi {
\bpm
}
}

74
reels/the_bag_of_spuds.ly Normal file
View File

@ -0,0 +1,74 @@
\version "2.19.80"
\header {
title = "The Bag of Spuds"
meter = "Reel"
enteredby = "kastdeur"
number = "27"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key g \major
\time 4/4
}
bpm = \tempo 2 = 60
fluteA = \relative c'' {
% Muziek volgt hier.
b8 d d b c8 e e d |
b8 d d b a4 g4 \breathe |
b8 d d b c8 e e d |
g8 a b g a4 g4 \breathe |
}
fluteB = \relative c''' {
g8 a b g e8 a a4 |
g8 a b g e4 d4 \breathe |
g8 a b g e8 a a4 |
g8 e d b a4 g4 \breathe |
}
flute = \relative c'' {
\global
\repeat volta 2 {\fluteA}
\repeat volta 2 {\fluteB}
}
chordA = \chordmode {
g2 c2 g2 d4 g2. c2 g2 d4 g4
}
chordB = \chordmode {
g2 a2:m e2:m c4 d4 g2 a2:m c2 d4 g4
}
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
}
}

93
reels/the_blacksmith.ly Normal file
View File

@ -0,0 +1,93 @@
\version "2.19.80"
\include "tinwhistle.ily"
\header {
title = "The Blacksmith"
meter = "Reel"
enteredby = "kastdeur"
number = "52"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key g \major
\time 4/4
}
bpm = \tempo 4 = 100
fluteA = \relative c'' {
d8 b4.-\lroll
d8 b g b |
d8 b4.-\lroll
a8 g c a |
d8 b4.-\lroll
d8 b g4 \breathe |
c8 a b g
a8 b c a |
}
fluteB = \relative c'' {
g4 \breathe b8 g
d8 g b g |
g4-\sroll b8 g
a8 b c a |
g4 \breathe b8 g
d8 g b g |
c8 a b g
a8 b c a |
}
flute = \relative c'' {
% Muziek volgt hier.
\global
\tupletUp
\repeat volta 2 { \fluteA }
\repeat volta 2 { \fluteB }
}
chordA = \chordmode {
g1 |
g2 d2 |
g1 |
a2:m d2 |
}
chordB = \chordmode {
g1 |
g2 d2 |
g1 |
a2:m d2 |
}
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
}
}

80
reels/the_sunny_banks.ly Normal file
View File

@ -0,0 +1,80 @@
\version "2.19.80"
\header {
title = "The Sunny Banks"
meter = "Reel"
enteredby = "kastdeur"
number = "42"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key d \major
\time 4/4
}
bpm = \tempo 2 = 60
fluteA = \relative c'' {
\repeat unfold 2 {
b8 |
a8 fis4.\turn d'4 cis8 a |
\tuplet 3/2 { b8 cis d } a8 fis
}
\alternative {
{ g4.\turn }
{ d4.\breathe }
}
}
fluteB = \relative c'' {
e8 |
\repeat unfold 2 {
fis8 d e d cis8 a4.\turn |
}
\alternative {
{ fis'8 d e fis g4 \breathe a8 g | }
{ b,8 d a fis d4. \breathe }
}
}
flute = \relative c'' {
% Muziek volgt hier.
\global
\tupletUp
\repeat volta 2 {\partial 8 \fluteA s8}
\repeat volta 2 {\partial 8 \fluteB s8}
}
chordA = \chordmode {
s8 |
d1 d2 g2 | d1 g4 a4 d4.
}
chordB = \chordmode {
s8 |
d2 a2 d2 g2 | d2 a2 g4 a4 d4.
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 {\partial 8 \chordA s8}
\repeat volta 2 {\partial 8 \chordB s8}
}
chordsPart = \new ChordNames \with {
chordChanges = ##t
} \chordNames
flutePart = \new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} \flute
\score {
<<
\chordsPart
\flutePart
>>
\layout { }
\midi {
\bpm
}
}

View File

@ -0,0 +1,84 @@
\version "2.19.80"
\header {
title = "The Wind that Shakes the Barley"
meter = "Reel"
enteredby = "kastdeur"
number = "66"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key d \major
\time 4/4
}
bpm = \tempo 2 = 60
fluteA = \relative c'' {
b8 |
a4 a8 b a8 fis e d |
b'4 b8 a b8 cis d4 \breathe |
a4 a8 b a8fis e d |
g'8 fis e d b8 cis d8
}
fluteB = \relative c'' {
e8 |
fis4 \breathe fis8 d g4 8 e |
fis4 fis8 d b8 cis d e |
fis4 \breathe fis8 d g4 fis8 g |
b8 fis e d b8 cis d e |
fis4 \breathe fis8 d g4 g8 e |
fis4 fis8 d b8 cis d4 |
d8 e fis g b8 fis a fis |
g8 fis e d b8 cis d \breathe
}
flute = \relative c'' {
% Muziek volgt hier.
\global
\repeat volta 2 {\partial 8 \fluteA s8}
\partial 8 \fluteB s8 \bar "|."
}
chordA = \chordmode {
s8 |
d1 g1 d1 e2:m g4.
}
chordB = \chordmode {
s8 |
d2 g2 d2 a2 d2 e2:m a2 g2 |
d2 g2 d2 g2 d1 e2:m g4.
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 {\partial 8 \chordA s8}
\partial 8 \chordB s8 \bar "|."
}
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,80 @@
\version "2.19.80"
\header {
title = "Danny Ab's Slide"
meter = "Slide"
enteredby = "kastdeur"
number = "33"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key g \major
\time 12/8
}
bpm = \tempo 4. = 90
fluteA = \relative c'' {
% Muziek volgt hier.
g8 |
a4 e'8 e4 d8 b8 a b d4 b8 |
a4 \breathe e'8 e4 d8 b4 g8 g8 a b |
a4 e'8 e4 d8 b8 g b d4. \breathe |
b8 a b d4 e8 b4 a8 a4 \breathe
}
fluteB = \relative c'' {
d8 |
e4 a8 a4 b8 a4 g8 e4 d8 |
e4 a8 a4 b8 a4 g8 e4 \breathe fis8 |
g4. \breathe g8 fis e d8 b a g4 \breathe a8 |
b8 a b d4 e8 b4 a8 a4 \breathe
}
flute = \relative c'' {
\global
\repeat volta 2 {\partial 8 \fluteA s8}
\repeat volta 2 {\partial 8 \fluteB s8}
}
chordA = \chordmode {
s8
a2.:m g2. a2.:m g2. |
a2.:m g2. e2.:m a2.:m
}
chordB = \chordmode {
s8
a2.:m e2.:m a2.:m e2.:m |
g2. d2. e2.:m a2.:m
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 {\partial 8 \chordA}
\repeat volta 2 {\partial 8 \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,82 @@
\version "2.19.80"
\header {
title = "Denis Murphy's Slide"
meter = "Slide"
enteredby = "kastdeur"
number = "23"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key d \major
\time 12/8
}
bpm = \tempo 4. = 90
fluteA = \relative c'' {
b8 |
a4 d,8 fis8 e d fis4 a8 a4 \breathe fis'8 |
g4 e8 fis4 d8 e4 d8 b8 cis d |
a4 d,8 fis8 e d fis4 a8 a4 \breathe fis'8 |
a4 fis8 e8 fis e d4. d4
}
fluteB = \relative c'' {
a8 |
d4 e8 fis4 fis8 g8 fis e fis4 \breathe fis8 |
g8 fis e fis4 d8 e4 d8 b8 a b |
d4 e8 fis4 \breathe fis8 g8 fis e fis4 g8 |
a4 fis8 e8 fis e d4. d4 \breathe
}
flute = \relative c'' {
\global
\repeat volta 2 {\partial 8 \fluteA s8}
\repeat volta 2 {\partial 8 \fluteB s8}
}
chordA = \chordmode {
s8
d1. |
e2.:m a2. |
d1. |
a2. d2. |
}
chordB = \chordmode {
\chordA
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\repeat volta 2 {\partial 8 \chordA}
\repeat volta 2 {\partial 8 \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,86 @@
\version "2.19.80"
\header {
title = "Thugamar Féin an Samhradh Linn"
meter = "Slide"
enteredby = "kastdeur"
number = "40"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key g \major
\time 12/8
}
bpm = \tempo 4. = 90
fluteA = \relative c'' {
g8 a b a4 g8 e4 d8 d4. \breathe |
g8 a b d4 c8 b8 a g a4. \breathe |
d4 d8 c4 c8 b8 a g e4 d8 |
g8 a b a4 g8 e4 d8 d4. \breathe |
}
fluteB = \relative c'' {
d,8 e d g4 g8 a8 b a g4 d8
g8 a b d4 c8 b8 a g a4. \breathe |
d4 d8 c4 c8 b8 a g e4 d8 |
g8 a b a4 g8 e4 d8 d4. \breathe |
}
fluteC = \relative c'' {
d8 d d e4 e8 g,4 g8 e4 d8
g8 a b d4 c8 b8 a g a4 \breathe d8 |
d4 d8 c4 c8 b8 a g e4 d8 |
g8 a b a4 g8 e4 d8 d4. \breathe |
}
flute = \relative c'' {
\global
\fluteA \bar "||"
\fluteB \bar "||"
\fluteC \bar "|."
}
chordA = \chordmode {
g2. c4. d4. | g2. e4.:m d4. |
g2. e2.:m | g2. c4. d4. |
}
chordB = \chordmode {
g2. d2. | g2. e4.:m d4. |
g2. e2.:m | g2. c4. d4. |
}
chordC = \chordmode {
g2. e2.:m | g2. e4.:m d4. |
g2. e2.:m | g2. c4. d4. |
}
chordNames = \chordmode {
\global
% Akkoordnamen volgen.
\chordA \bar "||"
\chordB \bar "||"
\chordC \bar "|."
}
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
}
}