Initial
This commit is contained in:
10
music/MajorLocrianScale.hpp
Normal file
10
music/MajorLocrianScale.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _MUSIC_MAJORLOCRIANSCALE_HPP_
|
||||
#define _MUSIC_MAJORLOCRIANSCALE_HPP_
|
||||
#ifndef _MUSIC_SCALE_HPP_
|
||||
#include <music/scale.hpp>
|
||||
#endif
|
||||
|
||||
class IonianScale;
|
||||
|
||||
typedef LydianMinorScale MajorLocrianScale;
|
||||
#endif
|
||||
Reference in New Issue
Block a user