summaryrefslogtreecommitdiffstats
path: root/musical-notation/metrical-symbols.html
diff options
context:
space:
mode:
Diffstat (limited to 'musical-notation/metrical-symbols.html')
-rw-r--r--musical-notation/metrical-symbols.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/musical-notation/metrical-symbols.html b/musical-notation/metrical-symbols.html
new file mode 100644
index 0000000..0b05323
--- /dev/null
+++ b/musical-notation/metrical-symbols.html
@@ -0,0 +1,29 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Metrical symbols</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x23D1;</td> <!-- METRICAL BREVE -->
+ <td>&#x23D6;</td> <!-- METRICAL TWO SHORTS JOINED -->
+ </tr>
+ <tr>
+ <td>&#x23D2;</td> <!-- METRICAL LONG OVER SHORT -->
+ <td>&#x23D4;</td> <!-- METRICAL LONG OVER TWO SHORTS -->
+ </tr>
+ <tr>
+ <td>&#x23D3;</td> <!-- METRICAL SHORT OVER LONG -->
+ <td>&#x23D5;</td> <!-- METRICAL TWO SHORTS OVER LONG -->
+ </tr>
+ <tr>
+ <td>&#x23D7;</td> <!-- METRICAL TRISEME -->
+ <td>&#x23D8;</td> <!-- METRICAL TETRASEME -->
+ <td>&#x23D9;</td> <!-- METRICAL PENTASEME -->
+ </tr>
+ </table>
+ </body>
+</html>