fix beethoven last note octave

This commit is contained in:
Keagan McClelland
2021-10-05 10:45:50 -06:00
committed by Aiden McClelland
parent 66d0e5056b
commit 948ccd7af8

View File

@@ -386,7 +386,7 @@ pub const BEETHOVEN: Song<[(Option<Note>, 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! {