This commit is contained in:
2024-08-07 09:16:27 -04:00
parent fdfadd5c7e
commit 5f971cf684
5200 changed files with 731717 additions and 0 deletions

14
music/ScanSymbols.hpp Normal file
View File

@@ -0,0 +1,14 @@
#ifndef _MUSIC_SCANSYMBOLS_HPP_
#define _MUSIC_SCANSYMBOLS_HPP_
namespace Music
{
class ScanSymbols
{
public:
typedef enum ScanSymbol{Note1,Degree1,Alter1,Verb1,Slash1,Sharp1,Flat1,Major71,Minor1,
HalfDiminished1,Diminished1,MinorMajor71,Stop1};
private:
};
};
#endif