From e06eb597d9a5e925fd5d9cf54621d87da0f156f1 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sat, 18 Jul 2020 13:15:26 -0400 Subject: [PATCH] Update the lyrics to reflect the change from 2018. --- ocanada/make/V2Make.scpt | Bin 4738 -> 4754 bytes ocanada/song.c | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ocanada/make/V2Make.scpt b/ocanada/make/V2Make.scpt index 1b24c9cfa1593dc910e3bc6c790fef3d34dece6d..6b2f4143bee668eec22e127a08f6bfffd2e547a1 100644 GIT binary patch delta 121 zcmZotous;9nxJVKLl#2{Lm@*3LkU9~Lm5LQLoraKiXn#~9Vk`>Z8X_j G$QuCGVeSkd*`!DFU)`fn+&D8ABpN6<7sGE|VdR yA#3t!K~H68-n7!9oV3iGR4aXb{m|mnqGJ85qQtxueV6?5yqx^Rl;X+mLf!zl>K+*Y diff --git a/ocanada/song.c b/ocanada/song.c index 6592770..9275f90 100644 --- a/ocanada/song.c +++ b/ocanada/song.c @@ -40,8 +40,8 @@ static tSongNote notes[] = { { TONE_PERIOD_G(4), TONE_PERIOD_G(2), 12, " LOVE" }, { TONE_PERIOD_A(4), TONE_PERIOD_G(2), 4, " IN" }, { TONE_PERIOD_B(4), TONE_PERIOD_G(2), 4, "\nALL" }, - { TONE_PERIOD_B(4), TONE_PERIOD_G(2), 4, " THY" }, - { TONE_PERIOD_A(4), TONE_PERIOD_D(2), 4, " SONS" }, + { TONE_PERIOD_B(4), TONE_PERIOD_G(2), 4, " OF" }, + { TONE_PERIOD_A(4), TONE_PERIOD_D(2), 4, " US" }, { TONE_PERIOD_A(4), TONE_PERIOD_D(2), 4, " COM" }, { TONE_PERIOD_G(4), TONE_PERIOD_G(2), 12, "MAND" }, { TONE_PERIOD_D(4), TONE_PERIOD_G(2), 3, "\nWITH" },