summaryrefslogtreecommitdiffstats
path: root/data/styles/Mensural.xml
blob: bd48510f122a5d069ec661b789f498eabb2a0a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>