mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
fix beethoven last note octave
This commit is contained in:
committed by
Aiden McClelland
parent
66d0e5056b
commit
948ccd7af8
@@ -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! {
|
||||
|
||||
Reference in New Issue
Block a user