diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-01 18:37:05 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-01 18:37:05 +0000 |
commit | 145364a8af6a1fec06556221e66d4b724a62fc9a (patch) | |
tree | 53bd71a544008c518034f208d64c932dc2883f50 /src/gui/ui/notationselector.rc | |
download | rosegarden-145364a8af6a1fec06556221e66d4b724a62fc9a.tar.gz rosegarden-145364a8af6a1fec06556221e66d4b724a62fc9a.zip |
Added old abandoned KDE3 version of the RoseGarden MIDI tool
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1097595 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/gui/ui/notationselector.rc')
-rw-r--r-- | src/gui/ui/notationselector.rc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/gui/ui/notationselector.rc b/src/gui/ui/notationselector.rc new file mode 100644 index 0000000..4893b8f --- /dev/null +++ b/src/gui/ui/notationselector.rc @@ -0,0 +1,26 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> + +<kpartgui name="Rosegarden::NotationTool" version="1230"> + +<Menu noMerge="1" name="NotationSelector"> + <Action name="insert" /> + <Action name="erase" /> + <Separator /> +<!-- <Action name="collapse_rests" /> --> + <Action name="collapse_rests_aggressively" /> + <Separator /> + <Action name="respell_flat" /> + <Action name="respell_sharp" /> + <Action name="respell_natural" /> + <Separator /> + <Action name="collapse_notes" /> + <Action name="interpret" /> + <Separator /> + <Action name="move_events_up_staff" /> + <Action name="move_events_down_staff" /> + <Separator /> + <Action name="make_invisible" /> + <Action name="make_visible" /> +</Menu> + +</kpartgui> |