From 948ccd7af8e5352baecaf7fea7e2a1a43781af46 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Tue, 5 Oct 2021 10:45:50 -0600 Subject: [PATCH] fix beethoven last note octave --- appmgr/src/sound.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appmgr/src/sound.rs b/appmgr/src/sound.rs index dd09983f9..c4bc5618a 100644 --- a/appmgr/src/sound.rs +++ b/appmgr/src/sound.rs @@ -386,7 +386,7 @@ pub const BEETHOVEN: Song<[(Option, TimeSlice); 9]> = song!(216, [ note(F, 5, Eighth); note(F, 5, Eighth); note(F, 5, Eighth); - note(D, 4, Half); + note(D, 5, Half); ]); lazy_static::lazy_static! {