summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-04-15 16:37:42 +0000
committerFlorian Jung <flo@windfisch.org>2011-04-15 16:37:42 +0000
commit84fdf802caa8a37cbbc3e8d2a4b33e7e89251604 (patch)
tree026aae084138f12c6496d1a41871c0825a51be2f /muse2/muse/cobject.h
parent96903c974522e2ff67df92e57eb2c2db8d64fcf1 (diff)
added menus for adding new staves to score windows
introduced Toplevel::SCORE cleaned up the code a bit still TODO: support and display score-names possible bugs: ScoreEdit::parts() isn't kept
Diffstat (limited to 'muse2/muse/cobject.h')
-rw-r--r--muse2/muse/cobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/cobject.h b/muse2/muse/cobject.h
index 8e21eaf0..9a80b2b1 100644
--- a/muse2/muse/cobject.h
+++ b/muse2/muse/cobject.h
@@ -38,7 +38,7 @@ class TopWin : public QMainWindow
class Toplevel {
public:
enum ToplevelType { PIANO_ROLL, LISTE, DRUM, MASTER, WAVE,
- LMASTER, CLIPLIST, MARKER
+ LMASTER, CLIPLIST, MARKER, SCORE
#ifdef PATCHBAY
, M_PATCHBAY
#endif /* PATCHBAY */