New Tunes: Off to California, Ballydesmond Polka #2

This commit is contained in:
Eric Teunis de Boone 2018-12-11 15:09:28 +01:00
parent aba2a4957e
commit 52daf61091
2 changed files with 183 additions and 0 deletions

93
jigs/off_to_california.ly Normal file
View File

@ -0,0 +1,93 @@
\version "2.19.80"
\include "tinwhistle.ily"
\header {
title = "Off to California"
meter = "Jig"
enteredby = "kastdeur"
number = "20"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key g \major
\time 2/2
}
bpm = \tempo 4 = 80
fluteA = \relative c' {
d8 e16 fis |
g8. fis16 g8. b16 a8. g16 e8. d16 |
g8. b16 d8. g16 e4 \breathe d16 e fis8 |
g8. fis16 g8. d16 e8. d16 b8. g16 |
a8. b16 a8. g16 e4 \breathe
d16 e fis8 |
g8. fis16 g8. b16 a8. g16 e8. d16 |
g8. b16 d8. g16 e4 \breathe d16 e fis8 |
g8. fis16 g8. d16 e8. d16 b8. g16 |
a8. g16 e8. fis16 g4 \breathe
}
fluteB = \relative c'' {
b8. d16 |
g8. fis16 e8. g16 fis8. e16 d8. fis16 |
e8. d16 e8. fis16 e8. d16 b4 \breathe |
g'8. fis16 g8. d16 e8. d16 b8. g16 |
a8. b16 a8. g16 e4 \breathe
d16 e fis8 |
g8. fis16 g8. b16 a8. g16 e8. d16 |
g8. b16 d8. g16 e4 \breathe d16 e fis8 |
g8. fis16 g8. d16 e8. d16 b8. g16 |
a8. g16 e8. fis16 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 | g2 c2 | g2 c2 | g2 e2:m | a2:m d2 |
g2 c2 | g2 c2 | g2 e2:m | c2 g4
}
chordB = \chordmode {
g4 | e2:m d2 | e2:m d2 | g2 e2:m | a2:m d2 |
g2 c2 | g2 c2 | g2 e2:m | c2 g4
}
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,90 @@
\version "2.19.81"
\version "2.19.80"
\include "../book/book.sly"
\header {
title = "The Ballydesmond Polka (2)"
meter = "Polka"
enteredby = "kastdeur"
number = "26"
source = "Ireland's Best Tin Whistle Tunes Volume 1"
}
global = {
\key g \major
\time 2/4
}
bpm = \tempo 4 = 80
fluteA = \relative c'' {
c8 d16 c b8 c16 b |
a8 b16 a g8. a16 |
b8 d e8 d |
g4. \breathe d8 |
e8 a g8. e16 |
d8 b g8 a16 b |
c8 e d8 b |
a4 a4 \breathe |
}
fluteB = \relative c'' {
e8 a a8 g16 e |
d8 g g8. d16 |
e8 a a8 b |
g4 \breathe e8 d |
e8 a g8. e16 |
d8 b g8 a16 b |
c8 e d8 b |
a4 a4 \breathe
}
flute = \relative c'' {
\global
\slurUp
\tupletUp
\repeat volta 2 { \fluteA }
\break
\repeat volta 2 { \fluteB }
}
chordA = \chordmode {
c4 g4 | a4:m e4:m | g2 | g2 | a2:m | g2 | c4 e4:m | a2:m
}
chordB = \chordmode {
a2:m | g2 | a2:m | e2:m | a2:m | g2 | a4:m e4:m | a2:m
}
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
}
}