mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
move beethoven down an octave because octave 5 wasn't ominous enough
This commit is contained in:
committed by
Aiden McClelland
parent
948ccd7af8
commit
7756841b1e
@@ -378,15 +378,15 @@ pub const MARIO_COIN: Song<[(Option<Note>, TimeSlice); 2]> = song!(400, [
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
pub const BEETHOVEN: Song<[(Option<Note>, TimeSlice); 9]> = song!(216, [
|
pub const BEETHOVEN: Song<[(Option<Note>, TimeSlice); 9]> = song!(216, [
|
||||||
note(G, 5, Eighth);
|
note(G, 4, Eighth);
|
||||||
note(G, 5, Eighth);
|
note(G, 4, Eighth);
|
||||||
note(G, 5, Eighth);
|
note(G, 4, Eighth);
|
||||||
note(Eb, 5, Half);
|
note(Eb, 4, Half);
|
||||||
rest(Half);
|
rest(Half);
|
||||||
note(F, 5, Eighth);
|
note(F, 4, Eighth);
|
||||||
note(F, 5, Eighth);
|
note(F, 4, Eighth);
|
||||||
note(F, 5, Eighth);
|
note(F, 4, Eighth);
|
||||||
note(D, 5, Half);
|
note(D, 4, Half);
|
||||||
]);
|
]);
|
||||||
|
|
||||||
lazy_static::lazy_static! {
|
lazy_static::lazy_static! {
|
||||||
|
|||||||
Reference in New Issue
Block a user