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
80
slides/danny_ab_s_slide.ly
Normal file
80
slides/danny_ab_s_slide.ly
Normal 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
|
||||
}
|
||||
}
|
82
slides/denis_murphy_s_slide.ly
Normal file
82
slides/denis_murphy_s_slide.ly
Normal 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
|
||||
}
|
||||
}
|
86
slides/thugamar_fein_an_samhradh_linn.ly
Normal file
86
slides/thugamar_fein_an_samhradh_linn.ly
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue