diff --git a/ocanada/make/V2Make.scpt b/ocanada/make/V2Make.scpt index 1b24c9c..6b2f414 100644 Binary files a/ocanada/make/V2Make.scpt and b/ocanada/make/V2Make.scpt differ 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" },