Skip to content

Commit

Permalink
adding Christmas tunes that will recur
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeitzel committed Oct 27, 2018
1 parent 71933ef commit 4f27de5
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PARADE = banks_of_the_lossie.abc Moonstar.abc al_walker_hana.abc irish_set.abc
WUSPBA = amazing_grace.abc green_hills.abc battles_oer.abc bonny_dundee.abc \
brown_haired_maiden.abc highland_laddie.abc scotland_the_brave.abc \
no_awa.abc rowan_tree.abc
CHRISTMAS = highland_cathedral.abc
CHRISTMAS = highland_cathedral.abc hyfrydol.abc auld_lang_syne.abc

ABCFILES = $(G3MEDLEY) $(G3MSR) $(G4MEDLEY) $(G4MSR) $(PARADE) $(CHRISTMAS) $(WUSPBA)
PSFILES = $(ABCFILES:.abc=.ps)
Expand Down
19 changes: 19 additions & 0 deletions auld_lang_syne.abc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
%abc-2.2
%%straightflags false
%%flatbeams true
%%graceslurs false
%%titleformat T0, R-1 C1
%%footer " Generated: $D"
%%dateformat "%e %B %Y %H:%M"
%%landscape 0
X:1
T:Auld Lang Syne
C:Trad.
R:Air
M:2/4
L:1/8
K:D
e | {g}A>{d}A {e}A{d}c | {gBd}B>{G}A {g}B{g}c/B/ | {g}A>{GAG}A {gcd}ce | {g}f3 {e}f |
{g}e>c {gcd}c{e}A | {gBd}B>{G}A {g}B{g}c/B/ | {g}A>f {gfg}f{g}e | {G}A3 f |
{g}e>c {gcd}c{e}A | {gBd}B>{G}A {g}Bf | {g}e>c {gcd}ce | {g}f3 a |
{ef}e>c {gcd}{e}A | {gBd}B>{G}A {g}B{g}c/B/ | {g}A>f {gfg}f{g}e | {G}A3 |
27 changes: 27 additions & 0 deletions hyfrydol.abc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
%abc-2.2
%%titleformat T0, R-1 C1
%%footer " Generated: $D"
%%dateformat "%e %B %Y %H:%M"
%%straightflags false
%%flatbeams true
%%graceslurs false
X:1
T:Hyfrydol
R:GIVING OUT
C:Rowland Hugh Pritchard / Martin Shaw
M:3/4
L:1/4
Z:Transposed and transcribed 10/2/2018
K:D
[|: A2 B | A> B c | d2 c | B A B | e2 d | c2 c | B A B | A3 :|]
[| e2 e | e d c | d2 d | d c B | c2 c | c d e | e d c | B3 |
e c e | d B d | c A c | B/c/ d/c/ B | e2 e | d e d | c2 B | A3 |]
% the previous 3 lines get repeated as a unit one time
[|: A2 B | A> B c | d2 c | B A B | e2 d | c2 c | B A B | A3 :|]
[| e2 e | e d c | d2 d | d c B | c2 c | c d e | e d c | B3 |
e c e | d B d | c A c | B/c/ d/c/ B | e2 e | d e d | c2 B | A3 |]
% and now we get to the third verse, which is a little different
A2 B [|: A> B c | d2 c | B A B | e2 d | c2 c | B A B |1 A3 | A2 B :|]
|2 A3 || e2 e | e d c | d2 d | d c B | c2 c | c d e |
e d c | B3 | e c e | d B d | c A c |
B/c/ d/c/ B | e2 e | d e d | c2 B | A3 |]

0 comments on commit 4f27de5

Please sign in to comment.