You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
358 B
C
12 lines
358 B
C
9 years ago
|
#include "musical_notes.h"
|
||
|
|
||
|
#ifndef SONG_LIST_H
|
||
|
#define SONG_LIST_H
|
||
|
|
||
|
#define ODE_TO_JOY \
|
||
|
Q__NOTE(_E4), Q__NOTE(_E4), Q__NOTE(_F4), Q__NOTE(_G4), \
|
||
|
Q__NOTE(_G4), Q__NOTE(_F4), Q__NOTE(_E4), Q__NOTE(_D4), \
|
||
|
Q__NOTE(_C4), Q__NOTE(_C4), Q__NOTE(_D4), Q__NOTE(_E4), \
|
||
|
QD_NOTE(_E4), E__NOTE(_D4), H__NOTE(_D4),
|
||
|
|
||
|
#endif
|