summaryrefslogtreecommitdiffstats
path: root/data/styles/Mensural.xml
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-01 18:37:05 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-01 18:37:05 +0000
commit145364a8af6a1fec06556221e66d4b724a62fc9a (patch)
tree53bd71a544008c518034f208d64c932dc2883f50 /data/styles/Mensural.xml
downloadrosegarden-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 'data/styles/Mensural.xml')
-rw-r--r--data/styles/Mensural.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/data/styles/Mensural.xml b/data/styles/Mensural.xml
new file mode 100644
index 0000000..bd48510
--- /dev/null
+++ b/data/styles/Mensural.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE rosegarden-note-style>
+
+<rosegarden-note-style base-style="Classical">
+
+ <global shape="diamond" filled="false" stem="true" flags="0"
+ hfixpoint="central" vfixpoint="near"/>
+
+ <!-- Mapping from mensural to classical picked up from
+ http://listen.to/early.music
+ I know nothing about mensural notation myself.
+ The white mensural note names are in comments.
+ -->
+
+ <note type="hemidemisemiquaver" flags="3"/>
+ <note type="demisemiquaver" flags="2"/>
+ <note type="semiquaver" flags="1"/> <!-- fusa (flag shouldn't be curved) -->
+ <note type="quaver" filled="true"/> <!-- semiminim -->
+ <note type="crotchet"/> <!-- minim -->
+ <note type="minim" stem="false"/> <!-- semibreve -->
+ <note type="semibreve" charname="MUSICAL SYMBOL BREVIS" stem="false"/> <!-- breve -->
+ <note type="breve" charname="MUSICAL SYMBOL BREVIS" stem="true" hfixpoint="reversed"/> <!-- long -->
+
+ <!-- and we can't deal with the maxima... perhaps we should have
+ mapped semibreve to quarter -->
+
+</rosegarden-note-style>
+