summaryrefslogtreecommitdiff
path: root/muse2/muse/cleftypes.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-25 18:26:02 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-25 18:26:02 +0000
commita1db21404d203bec7353099a9947778735271bfd (patch)
tree9d967018aa9d95596879d11cb651f6fa6a808bfe /muse2/muse/cleftypes.h
parent3948032d0a2e439069d9a6859f7f35eebb54944d (diff)
added step-recording support to the score editor
moved clefTypes to avoid compile-horror updated templates due to the new toolbar
Diffstat (limited to 'muse2/muse/cleftypes.h')
-rw-r--r--muse2/muse/cleftypes.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/muse2/muse/cleftypes.h b/muse2/muse/cleftypes.h
new file mode 100644
index 00000000..8c14a6d3
--- /dev/null
+++ b/muse2/muse/cleftypes.h
@@ -0,0 +1,13 @@
+//=========================================================
+// MusE
+// Linux Music Editor
+// cleftypes.h
+// (C) Copyright 2011 Florian Jung (flo93@users.sourceforge.net)
+//=========================================================
+
+#ifndef __CLEFTYPES_H__
+#define __CLEFTYPES_H__
+
+enum clefTypes { trebleClef, bassClef, grandStaff };
+
+#endif