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:
commit
32c7e6dc9b
18 changed files with 1479 additions and 0 deletions
105
reels/rolling_on_the_rye_grass.ly
Normal file
105
reels/rolling_on_the_rye_grass.ly
Normal 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
74
reels/the_bag_of_spuds.ly
Normal 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
93
reels/the_blacksmith.ly
Normal 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
80
reels/the_sunny_banks.ly
Normal 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
|
||||
}
|
||||
}
|
84
reels/the_wind_that_shakes_the_barley.ly
Normal file
84
reels/the_wind_that_shakes_the_barley.ly
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue