summaryrefslogtreecommitdiffstats
path: root/data/pixmaps/rg21/8
diff options
context:
space:
mode:
Diffstat (limited to 'data/pixmaps/rg21/8')
-rw-r--r--data/pixmaps/rg21/8/blank.xpm15
-rw-r--r--data/pixmaps/rg21/8/chordmod-accent.xpm15
-rw-r--r--data/pixmaps/rg21/8/chordmod-dash.xpm15
-rw-r--r--data/pixmaps/rg21/8/chordmod-dot.xpm15
-rw-r--r--data/pixmaps/rg21/8/chordmod-legato.xpm15
-rw-r--r--data/pixmaps/rg21/8/chordmod-pause.xpm17
-rw-r--r--data/pixmaps/rg21/8/chordmod-rfz.xpm15
-rw-r--r--data/pixmaps/rg21/8/chordmod-sfz.xpm15
-rw-r--r--data/pixmaps/rg21/8/chordmod-trill.xpm15
-rw-r--r--data/pixmaps/rg21/8/chordmod-turn.xpm15
-rw-r--r--data/pixmaps/rg21/8/clef-alto.xpm61
-rw-r--r--data/pixmaps/rg21/8/clef-bass.xpm61
-rw-r--r--data/pixmaps/rg21/8/clef-tenor.xpm61
-rw-r--r--data/pixmaps/rg21/8/clef-treble.xpm61
-rw-r--r--data/pixmaps/rg21/8/dot.xpm16
-rw-r--r--data/pixmaps/rg21/8/dual-arrow.xpm18
-rw-r--r--data/pixmaps/rg21/8/note-bodyempty.xpm16
-rw-r--r--data/pixmaps/rg21/8/note-bodyfilled.xpm16
-rw-r--r--data/pixmaps/rg21/8/note-breve.xpm16
-rw-r--r--data/pixmaps/rg21/8/notemod-doubleflat.xpm22
-rw-r--r--data/pixmaps/rg21/8/notemod-doublesharp.xpm22
-rw-r--r--data/pixmaps/rg21/8/notemod-flat.xpm22
-rw-r--r--data/pixmaps/rg21/8/notemod-natural.xpm22
-rw-r--r--data/pixmaps/rg21/8/notemod-sharp.xpm22
-rw-r--r--data/pixmaps/rg21/8/rest-breve.xpm45
-rw-r--r--data/pixmaps/rg21/8/rest-crotchet.xpm45
-rw-r--r--data/pixmaps/rg21/8/rest-demisemi.xpm45
-rw-r--r--data/pixmaps/rg21/8/rest-demisemiquaver.xpm45
-rw-r--r--data/pixmaps/rg21/8/rest-hemidemisemi.xpm45
-rw-r--r--data/pixmaps/rg21/8/rest-hemidemisemiquaver.xpm45
-rw-r--r--data/pixmaps/rg21/8/rest-minim.xpm45
-rw-r--r--data/pixmaps/rg21/8/rest-quaver.xpm45
-rw-r--r--data/pixmaps/rg21/8/rest-semibreve.xpm45
-rw-r--r--data/pixmaps/rg21/8/rest-semiquaver.xpm45
-rw-r--r--data/pixmaps/rg21/8/tail-down-1.xpm22
-rw-r--r--data/pixmaps/rg21/8/tail-down-2.xpm28
-rw-r--r--data/pixmaps/rg21/8/tail-down-3.xpm34
-rw-r--r--data/pixmaps/rg21/8/tail-down-4.xpm40
-rw-r--r--data/pixmaps/rg21/8/tail-up-1.xpm22
-rw-r--r--data/pixmaps/rg21/8/tail-up-2.xpm28
-rw-r--r--data/pixmaps/rg21/8/tail-up-3.xpm34
-rw-r--r--data/pixmaps/rg21/8/tail-up-4.xpm40
-rw-r--r--data/pixmaps/rg21/8/unknown.xpm16
43 files changed, 1302 insertions, 0 deletions
diff --git a/data/pixmaps/rg21/8/blank.xpm b/data/pixmaps/rg21/8/blank.xpm
new file mode 100644
index 0000000..9341f0d
--- /dev/null
+++ b/data/pixmaps/rg21/8/blank.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"4 8 1 1",
+". c None",
+/* pixels */
+"....",
+"....",
+"....",
+"....",
+"....",
+"....",
+"....",
+"...."
+};
diff --git a/data/pixmaps/rg21/8/chordmod-accent.xpm b/data/pixmaps/rg21/8/chordmod-accent.xpm
new file mode 100644
index 0000000..cb9ac22
--- /dev/null
+++ b/data/pixmaps/rg21/8/chordmod-accent.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 7 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".........",
+". .....",
+"... ...",
+"..... .",
+"... ...",
+". .....",
+"........."
+};
diff --git a/data/pixmaps/rg21/8/chordmod-dash.xpm b/data/pixmaps/rg21/8/chordmod-dash.xpm
new file mode 100644
index 0000000..54fd3c9
--- /dev/null
+++ b/data/pixmaps/rg21/8/chordmod-dash.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 7 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".........",
+".........",
+"... ....",
+"... ....",
+".... ....",
+".........",
+"........."
+};
diff --git a/data/pixmaps/rg21/8/chordmod-dot.xpm b/data/pixmaps/rg21/8/chordmod-dot.xpm
new file mode 100644
index 0000000..980e70a
--- /dev/null
+++ b/data/pixmaps/rg21/8/chordmod-dot.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 7 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".........",
+".........",
+".........",
+"... ....",
+"... ....",
+".........",
+"........."
+};
diff --git a/data/pixmaps/rg21/8/chordmod-legato.xpm b/data/pixmaps/rg21/8/chordmod-legato.xpm
new file mode 100644
index 0000000..920855d
--- /dev/null
+++ b/data/pixmaps/rg21/8/chordmod-legato.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 7 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".........",
+".........",
+".........",
+".........",
+" .",
+".........",
+"........."
+};
diff --git a/data/pixmaps/rg21/8/chordmod-pause.xpm b/data/pixmaps/rg21/8/chordmod-pause.xpm
new file mode 100644
index 0000000..18a7554
--- /dev/null
+++ b/data/pixmaps/rg21/8/chordmod-pause.xpm
@@ -0,0 +1,17 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"13 9 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".............",
+".... ....",
+".. ..... ..",
+".. ....... ..",
+". ......... .",
+". .... .... .",
+". ... ... .",
+"...... ......",
+"............."
+};
diff --git a/data/pixmaps/rg21/8/chordmod-rfz.xpm b/data/pixmaps/rg21/8/chordmod-rfz.xpm
new file mode 100644
index 0000000..742663f
--- /dev/null
+++ b/data/pixmaps/rg21/8/chordmod-rfz.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 7 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+"....... ",
+". . . ..",
+". ... ..",
+". .. .",
+" .... ...",
+" ... ....",
+".... ...."
+};
diff --git a/data/pixmaps/rg21/8/chordmod-sfz.xpm b/data/pixmaps/rg21/8/chordmod-sfz.xpm
new file mode 100644
index 0000000..81bd468
--- /dev/null
+++ b/data/pixmaps/rg21/8/chordmod-sfz.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 7 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+"....... ",
+".. . ..",
+". .... ..",
+". .",
+"... . ...",
+" . ....",
+".... ...."
+};
diff --git a/data/pixmaps/rg21/8/chordmod-trill.xpm b/data/pixmaps/rg21/8/chordmod-trill.xpm
new file mode 100644
index 0000000..f614398
--- /dev/null
+++ b/data/pixmaps/rg21/8/chordmod-trill.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 7 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+"... .....",
+".. ......",
+" . ",
+". ... . ",
+" ... ...",
+". . ....",
+"........."
+};
diff --git a/data/pixmaps/rg21/8/chordmod-turn.xpm b/data/pixmaps/rg21/8/chordmod-turn.xpm
new file mode 100644
index 0000000..c327eb5
--- /dev/null
+++ b/data/pixmaps/rg21/8/chordmod-turn.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 7 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".........",
+".........",
+". .. .",
+" .. .. .",
+" .. ..",
+".........",
+"........."
+};
diff --git a/data/pixmaps/rg21/8/clef-alto.xpm b/data/pixmaps/rg21/8/clef-alto.xpm
new file mode 100644
index 0000000..5587472
--- /dev/null
+++ b/data/pixmaps/rg21/8/clef-alto.xpm
@@ -0,0 +1,61 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"24 53 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+". .. .... ......",
+". .. ... ..... ....",
+". .. .. ........ ...",
+". .. . ........ ..",
+". .. . ........ ..",
+". .. . ......... .",
+". .. .. .......... .",
+". .. .............. .",
+". .. .............. .",
+". .. .............. .",
+". .. .............. .",
+". .. ............. ..",
+". .. ..... ....... ..",
+". .. ..... ..... ...",
+". .. ..... .. ....",
+". .. .... ......",
+". .. . .............",
+". .. ..............",
+". .. . .............",
+". .. .... ......",
+". .. ..... .. ....",
+". .. ..... ..... ...",
+". .. ..... ....... ..",
+". .. ............. ..",
+". .. .............. .",
+". .. .............. .",
+". .. .............. .",
+". .. .............. .",
+". .. .. .......... .",
+". .. . ......... .",
+". .. . ........ ..",
+". .. . ........ ..",
+". .. .. ........ ...",
+". .. ... ..... ....",
+". .. ..... ......",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"
+};
diff --git a/data/pixmaps/rg21/8/clef-bass.xpm b/data/pixmaps/rg21/8/clef-bass.xpm
new file mode 100644
index 0000000..6fe4fba
--- /dev/null
+++ b/data/pixmaps/rg21/8/clef-bass.xpm
@@ -0,0 +1,61 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"24 53 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"...... .........",
+".... ..... ........",
+"... ......... .......",
+"... .......... ......",
+".. ........... ......",
+".. ............ .. .",
+".. .......... .. .",
+".. ......... .....",
+".. ......... .....",
+".. ......... .....",
+"... .......... .. .",
+"................ .. .",
+"................ .....",
+"............... ......",
+"............... ......",
+"............... ......",
+".............. .......",
+".............. .......",
+".............. .......",
+"............. ........",
+"............. .........",
+"............ .........",
+"............ ..........",
+"........... ...........",
+".......... ............",
+"......... .............",
+"........ ..............",
+"....... ...............",
+"..... .................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"
+};
diff --git a/data/pixmaps/rg21/8/clef-tenor.xpm b/data/pixmaps/rg21/8/clef-tenor.xpm
new file mode 100644
index 0000000..c4a2bdd
--- /dev/null
+++ b/data/pixmaps/rg21/8/clef-tenor.xpm
@@ -0,0 +1,61 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"24 53 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+". .. ..... ......",
+". .. ... ..... ....",
+". .. .. ........ ...",
+". .. . ........ ..",
+". .. . ........ ..",
+". .. . ......... .",
+". .. .. .......... .",
+". .. .............. .",
+". .. .............. .",
+". .. .............. .",
+". .. .............. .",
+". .. ............. ..",
+". .. ..... ....... ..",
+". .. ..... ..... ...",
+". .. ..... .. ....",
+". .. .... ......",
+". .. . .............",
+". .. ..............",
+". .. . .............",
+". .. .... ......",
+". .. ..... .. ....",
+". .. ..... ..... ...",
+". .. ..... ....... ..",
+". .. ............. ..",
+". .. .............. .",
+". .. .............. .",
+". .. .............. .",
+". .. .............. .",
+". .. .. .......... .",
+". .. . ......... .",
+". .. . ........ ..",
+". .. . ........ ..",
+". .. .. ........ ...",
+". .. ... ..... ....",
+". .. ..... ......",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+"........................"
+};
diff --git a/data/pixmaps/rg21/8/clef-treble.xpm b/data/pixmaps/rg21/8/clef-treble.xpm
new file mode 100644
index 0000000..e0d344c
--- /dev/null
+++ b/data/pixmaps/rg21/8/clef-treble.xpm
@@ -0,0 +1,61 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"24 53 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+"........................",
+"........................",
+"............ .........",
+"........... .. ........",
+".......... ... .......",
+".......... ... .......",
+".......... ... .......",
+".......... ... .......",
+".......... ... .......",
+".......... ... .......",
+".......... ... .......",
+".......... .. ........",
+".......... .. ........",
+".......... . .........",
+".......... . .........",
+"........... ..........",
+"........... ...........",
+".......... ...........",
+"......... ...........",
+"........ . ...........",
+"........ .. ...........",
+"....... .. ...........",
+"...... ... ...........",
+"..... .... ...........",
+"..... .... ...........",
+".... ..... ...........",
+"... ...... ..........",
+"... ..... ......",
+".. .... . .... ....",
+".. ... .. ..... ...",
+". ... ... ...... ..",
+". ... ... ...... ..",
+". .. .... ....... .",
+". .. .... ....... .",
+". .. .... ....... .",
+". .. .... ....... .",
+". .. ..... ...... .",
+". ... .... ...... .",
+". ... .... ...... .",
+".. ... ... ..... ..",
+".. ..... .. ..... ..",
+"... ....... .... ...",
+".... ...... ... ....",
+"...... .... . ......",
+"......... ........",
+"............. .........",
+".... ....... .........",
+"... ...... .........",
+"... ..... ..........",
+"... ..... ..........",
+".... ..... ...........",
+"..... .............",
+"........................"
+};
diff --git a/data/pixmaps/rg21/8/dot.xpm b/data/pixmaps/rg21/8/dot.xpm
new file mode 100644
index 0000000..867a67b
--- /dev/null
+++ b/data/pixmaps/rg21/8/dot.xpm
@@ -0,0 +1,16 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"4 8 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+"....",
+"....",
+"....",
+". .",
+". .",
+"....",
+"....",
+"...."
+};
diff --git a/data/pixmaps/rg21/8/dual-arrow.xpm b/data/pixmaps/rg21/8/dual-arrow.xpm
new file mode 100644
index 0000000..97724bd
--- /dev/null
+++ b/data/pixmaps/rg21/8/dual-arrow.xpm
@@ -0,0 +1,18 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"23 10 2 1",
+" c black",
+". c None",
+/* pixels */
+".... ........... ....",
+".... ......... ....",
+".... ....... ....",
+".... ..... ....",
+".... ....",
+".... ..... ....",
+".... ....... ....",
+".... ......... ....",
+".... ........... ....",
+".......................",
+};
diff --git a/data/pixmaps/rg21/8/note-bodyempty.xpm b/data/pixmaps/rg21/8/note-bodyempty.xpm
new file mode 100644
index 0000000..511087b
--- /dev/null
+++ b/data/pixmaps/rg21/8/note-bodyempty.xpm
@@ -0,0 +1,16 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"8 8 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".. ..",
+". ... .",
+" ..... ",
+" ...... ",
+" ...... ",
+" ..... ",
+". ... .",
+".. .."
+};
diff --git a/data/pixmaps/rg21/8/note-bodyfilled.xpm b/data/pixmaps/rg21/8/note-bodyfilled.xpm
new file mode 100644
index 0000000..c50bd39
--- /dev/null
+++ b/data/pixmaps/rg21/8/note-bodyfilled.xpm
@@ -0,0 +1,16 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"8 8 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".... .",
+".. ",
+". ",
+" ",
+" ",
+" .",
+" ..",
+". ...."
+};
diff --git a/data/pixmaps/rg21/8/note-breve.xpm b/data/pixmaps/rg21/8/note-breve.xpm
new file mode 100644
index 0000000..b14c6ee
--- /dev/null
+++ b/data/pixmaps/rg21/8/note-breve.xpm
@@ -0,0 +1,16 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"17 8 2 1",
+"x c Gray0",
+" c None",
+/* pixels */
+"x x xxxx x x ",
+"x x xx x x x ",
+"x xxx xx x ",
+"x xx xx x ",
+"x xx xx x ",
+"x xx xxx x ",
+"x x x xx x x ",
+"x x xxxx x x "
+};
diff --git a/data/pixmaps/rg21/8/notemod-doubleflat.xpm b/data/pixmaps/rg21/8/notemod-doubleflat.xpm
new file mode 100644
index 0000000..4dce635
--- /dev/null
+++ b/data/pixmaps/rg21/8/notemod-doubleflat.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 14 2 1",
+"x c Gray0",
+" c None",
+/* pixels */
+"x x ",
+"x x ",
+"x x ",
+"x x ",
+"x x ",
+"x x ",
+"x xxx xx ",
+"xxxxxxxxx",
+"x xx xx",
+"x xx xx",
+"x xx x ",
+"x x x x ",
+"xx xx ",
+"x x "
+};
diff --git a/data/pixmaps/rg21/8/notemod-doublesharp.xpm b/data/pixmaps/rg21/8/notemod-doublesharp.xpm
new file mode 100644
index 0000000..8855a27
--- /dev/null
+++ b/data/pixmaps/rg21/8/notemod-doublesharp.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 14 2 1",
+"x c Gray0",
+" c None",
+/* pixels */
+" ",
+" ",
+" ",
+" ",
+"xx xx",
+"xx xx",
+" xxxx ",
+" xx ",
+" xx ",
+" xxxx ",
+"xx xx",
+"xx xx",
+" ",
+" "
+};
diff --git a/data/pixmaps/rg21/8/notemod-flat.xpm b/data/pixmaps/rg21/8/notemod-flat.xpm
new file mode 100644
index 0000000..a2cd8a7
--- /dev/null
+++ b/data/pixmaps/rg21/8/notemod-flat.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 14 2 1",
+"x c Gray0",
+" c None",
+/* pixels */
+" x ",
+" x ",
+" x ",
+" x ",
+" x ",
+" x ",
+" x xx ",
+" xxxxx",
+" x xx",
+" x xx",
+" x x ",
+" x x ",
+" xx ",
+" x "
+};
diff --git a/data/pixmaps/rg21/8/notemod-natural.xpm b/data/pixmaps/rg21/8/notemod-natural.xpm
new file mode 100644
index 0000000..c1c43c7
--- /dev/null
+++ b/data/pixmaps/rg21/8/notemod-natural.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 14 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+". ....",
+". ....",
+". ... ",
+". .. ",
+". ",
+". .. ",
+". ... ",
+". ... ",
+". .. ",
+". ",
+". .. ",
+". ... ",
+"..... ",
+"..... "
+};
diff --git a/data/pixmaps/rg21/8/notemod-sharp.xpm b/data/pixmaps/rg21/8/notemod-sharp.xpm
new file mode 100644
index 0000000..692a75b
--- /dev/null
+++ b/data/pixmaps/rg21/8/notemod-sharp.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 14 2 1",
+"x c Gray0",
+" c None",
+/* pixels */
+" x ",
+" x x ",
+" x xx",
+" xxxxx",
+"xxxxx ",
+"xx x ",
+" x x ",
+" x x ",
+" x xx",
+" xxxxx",
+"xxxxx ",
+"xx x ",
+" x x ",
+" x "
+};
diff --git a/data/pixmaps/rg21/8/rest-breve.xpm b/data/pixmaps/rg21/8/rest-breve.xpm
new file mode 100644
index 0000000..dfc215e
--- /dev/null
+++ b/data/pixmaps/rg21/8/rest-breve.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 37 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+" ",
+". .",
+". .",
+". .",
+". .",
+". .",
+". .",
+". .",
+". .",
+" ",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......",
+"......"
+};
diff --git a/data/pixmaps/rg21/8/rest-crotchet.xpm b/data/pixmaps/rg21/8/rest-crotchet.xpm
new file mode 100644
index 0000000..7c3f8f1
--- /dev/null
+++ b/data/pixmaps/rg21/8/rest-crotchet.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 37 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".........",
+".........",
+".........",
+".........",
+".. ......",
+"... .....",
+".... ....",
+".... ...",
+".... ..",
+".... .",
+"... ..",
+"... ...",
+".. ....",
+".. ....",
+". .....",
+". .....",
+" ......",
+". ......",
+".. .....",
+".. .....",
+"... ....",
+".... ....",
+"..... ...",
+".. ..",
+". .",
+" .... ",
+" ......",
+" ......",
+". ......",
+".. ......",
+"... .....",
+".........",
+".........",
+".........",
+".........",
+".........",
+"........."
+};
diff --git a/data/pixmaps/rg21/8/rest-demisemi.xpm b/data/pixmaps/rg21/8/rest-demisemi.xpm
new file mode 100644
index 0000000..31f0f53
--- /dev/null
+++ b/data/pixmaps/rg21/8/rest-demisemi.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"12 37 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+"............",
+"............",
+"............",
+"............",
+"... .... ..",
+".. .. ..",
+".. ..",
+"... . ...",
+"........ ...",
+"....... ...",
+"....... ...",
+"....... ....",
+".. ... ....",
+". . ....",
+". ....",
+".. . .....",
+"...... .....",
+"...... .....",
+"..... .....",
+"..... .....",
+". .. ......",
+" ......",
+" ......",
+". . .......",
+".... .......",
+"... ........",
+"... ........",
+"... ........",
+"... ........",
+".. .........",
+".. .........",
+"............",
+"............",
+"............",
+"............",
+"............",
+"............"
+};
diff --git a/data/pixmaps/rg21/8/rest-demisemiquaver.xpm b/data/pixmaps/rg21/8/rest-demisemiquaver.xpm
new file mode 100644
index 0000000..31f0f53
--- /dev/null
+++ b/data/pixmaps/rg21/8/rest-demisemiquaver.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"12 37 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+"............",
+"............",
+"............",
+"............",
+"... .... ..",
+".. .. ..",
+".. ..",
+"... . ...",
+"........ ...",
+"....... ...",
+"....... ...",
+"....... ....",
+".. ... ....",
+". . ....",
+". ....",
+".. . .....",
+"...... .....",
+"...... .....",
+"..... .....",
+"..... .....",
+". .. ......",
+" ......",
+" ......",
+". . .......",
+".... .......",
+"... ........",
+"... ........",
+"... ........",
+"... ........",
+".. .........",
+".. .........",
+"............",
+"............",
+"............",
+"............",
+"............",
+"............"
+};
diff --git a/data/pixmaps/rg21/8/rest-hemidemisemi.xpm b/data/pixmaps/rg21/8/rest-hemidemisemi.xpm
new file mode 100644
index 0000000..ced1ff5
--- /dev/null
+++ b/data/pixmaps/rg21/8/rest-hemidemisemi.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"12 37 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".... ..... ",
+"... ... ",
+"... .",
+".... . .",
+"......... .",
+"......... .",
+"......... ..",
+"... ... ..",
+".. .. ..",
+".. ..",
+"... . ...",
+"........ ...",
+"....... ...",
+"....... ...",
+"....... ....",
+".. ... ....",
+". . ....",
+". ....",
+".. . .....",
+"...... .....",
+"...... .....",
+"..... .....",
+"..... .....",
+". .. ......",
+" ......",
+" ......",
+". . .......",
+".... .......",
+"... ........",
+"... ........",
+"... ........",
+"... ........",
+".. .........",
+".. .........",
+"............",
+"............",
+"............"
+};
diff --git a/data/pixmaps/rg21/8/rest-hemidemisemiquaver.xpm b/data/pixmaps/rg21/8/rest-hemidemisemiquaver.xpm
new file mode 100644
index 0000000..ced1ff5
--- /dev/null
+++ b/data/pixmaps/rg21/8/rest-hemidemisemiquaver.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"12 37 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".... ..... ",
+"... ... ",
+"... .",
+".... . .",
+"......... .",
+"......... .",
+"......... ..",
+"... ... ..",
+".. .. ..",
+".. ..",
+"... . ...",
+"........ ...",
+"....... ...",
+"....... ...",
+"....... ....",
+".. ... ....",
+". . ....",
+". ....",
+".. . .....",
+"...... .....",
+"...... .....",
+"..... .....",
+"..... .....",
+". .. ......",
+" ......",
+" ......",
+". . .......",
+".... .......",
+"... ........",
+"... ........",
+"... ........",
+"... ........",
+".. .........",
+".. .........",
+"............",
+"............",
+"............"
+};
diff --git a/data/pixmaps/rg21/8/rest-minim.xpm b/data/pixmaps/rg21/8/rest-minim.xpm
new file mode 100644
index 0000000..b7e3ad5
--- /dev/null
+++ b/data/pixmaps/rg21/8/rest-minim.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 37 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+". .",
+". .",
+". .",
+" ",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+"........."
+};
diff --git a/data/pixmaps/rg21/8/rest-quaver.xpm b/data/pixmaps/rg21/8/rest-quaver.xpm
new file mode 100644
index 0000000..13ad886
--- /dev/null
+++ b/data/pixmaps/rg21/8/rest-quaver.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 37 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+". .... .",
+" .. .",
+" ..",
+". . ..",
+"..... ..",
+"..... ...",
+"..... ...",
+"..... ...",
+".... ....",
+".... ....",
+".... ....",
+"... .....",
+"... .....",
+"... .....",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+"........."
+};
diff --git a/data/pixmaps/rg21/8/rest-semibreve.xpm b/data/pixmaps/rg21/8/rest-semibreve.xpm
new file mode 100644
index 0000000..68e41d5
--- /dev/null
+++ b/data/pixmaps/rg21/8/rest-semibreve.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 37 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+" ",
+". .",
+". .",
+". .",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+"........."
+};
diff --git a/data/pixmaps/rg21/8/rest-semiquaver.xpm b/data/pixmaps/rg21/8/rest-semiquaver.xpm
new file mode 100644
index 0000000..b01b6c7
--- /dev/null
+++ b/data/pixmaps/rg21/8/rest-semiquaver.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"9 37 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".........",
+".. .... ",
+". . ",
+". .",
+".. . .",
+"...... .",
+"...... ..",
+"...... ..",
+"...... ..",
+". .. ...",
+" ...",
+" ...",
+". . ....",
+".... ....",
+".... ....",
+"... .....",
+"... .....",
+"... .....",
+".. ......",
+".. ......",
+".. ......",
+".........",
+".........",
+".........",
+".........",
+"........."
+};
diff --git a/data/pixmaps/rg21/8/tail-down-1.xpm b/data/pixmaps/rg21/8/tail-down-1.xpm
new file mode 100644
index 0000000..0dfb657
--- /dev/null
+++ b/data/pixmaps/rg21/8/tail-down-1.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 14 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+" ....",
+" ...",
+" ..",
+" ..",
+".. .",
+"... .",
+"... .",
+".... .",
+".... ",
+"..... ",
+"..... ",
+"..... ",
+"..... ",
+"..... "
+};
diff --git a/data/pixmaps/rg21/8/tail-down-2.xpm b/data/pixmaps/rg21/8/tail-down-2.xpm
new file mode 100644
index 0000000..75a2b9e
--- /dev/null
+++ b/data/pixmaps/rg21/8/tail-down-2.xpm
@@ -0,0 +1,28 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 20 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+" ....",
+" ...",
+" ..",
+" ..",
+".. .",
+"... .",
+" . .",
+" . .",
+" . ",
+" . ",
+".. . ",
+"... ",
+"... ",
+".... ",
+".... .",
+".... ",
+"..... ",
+"..... ",
+"..... ",
+"..... "
+};
diff --git a/data/pixmaps/rg21/8/tail-down-3.xpm b/data/pixmaps/rg21/8/tail-down-3.xpm
new file mode 100644
index 0000000..905855f
--- /dev/null
+++ b/data/pixmaps/rg21/8/tail-down-3.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 26 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+" ....",
+" ...",
+" ..",
+" ..",
+".. .",
+"... .",
+" . .",
+" . .",
+" . ",
+" . ",
+".. . ",
+"... ",
+" . ",
+" . ",
+" . .",
+" . ",
+".. . ",
+"... ",
+"... ",
+".... ",
+".... .",
+".... ",
+"..... ",
+"..... ",
+"..... ",
+"..... "
+};
diff --git a/data/pixmaps/rg21/8/tail-down-4.xpm b/data/pixmaps/rg21/8/tail-down-4.xpm
new file mode 100644
index 0000000..6ac32d7
--- /dev/null
+++ b/data/pixmaps/rg21/8/tail-down-4.xpm
@@ -0,0 +1,40 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 32 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+" ....",
+" ...",
+" ..",
+" ..",
+".. .",
+"... .",
+" . .",
+" . .",
+" . ",
+" . ",
+".. . ",
+"... ",
+" . ",
+" . ",
+" . .",
+" . ",
+".. . ",
+"... ",
+" . ",
+" . ",
+" . .",
+" . ",
+".. . ",
+"... ",
+"... ",
+".... ",
+".... .",
+".... ",
+"..... ",
+"..... ",
+"..... ",
+"..... "
+};
diff --git a/data/pixmaps/rg21/8/tail-up-1.xpm b/data/pixmaps/rg21/8/tail-up-1.xpm
new file mode 100644
index 0000000..d31acb4
--- /dev/null
+++ b/data/pixmaps/rg21/8/tail-up-1.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 14 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".... .",
+"..... ",
+"..... ",
+"..... ",
+"..... ",
+".... ",
+".... .",
+"... .",
+"... .",
+".. .",
+" ..",
+" ..",
+" ...",
+" ...."
+};
diff --git a/data/pixmaps/rg21/8/tail-up-2.xpm b/data/pixmaps/rg21/8/tail-up-2.xpm
new file mode 100644
index 0000000..6b9713b
--- /dev/null
+++ b/data/pixmaps/rg21/8/tail-up-2.xpm
@@ -0,0 +1,28 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 20 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".... .",
+"..... ",
+"..... ",
+"..... ",
+"..... ",
+".... .",
+".... ",
+"... ",
+"... ",
+".. . ",
+" . ",
+" . ",
+" . .",
+" . .",
+"... .",
+".. .",
+" ..",
+" ..",
+" ...",
+" ...."
+};
diff --git a/data/pixmaps/rg21/8/tail-up-3.xpm b/data/pixmaps/rg21/8/tail-up-3.xpm
new file mode 100644
index 0000000..3ce76a6
--- /dev/null
+++ b/data/pixmaps/rg21/8/tail-up-3.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 26 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".... .",
+"..... ",
+"..... ",
+"..... ",
+"..... ",
+".... .",
+".... ",
+"... ",
+"... ",
+".. . ",
+" . ",
+" . .",
+" . ",
+" . ",
+"... ",
+".. . ",
+" . ",
+" . ",
+" . .",
+" . .",
+"... .",
+".. .",
+" ..",
+" ..",
+" ...",
+" ...."
+};
diff --git a/data/pixmaps/rg21/8/tail-up-4.xpm b/data/pixmaps/rg21/8/tail-up-4.xpm
new file mode 100644
index 0000000..4430e5e
--- /dev/null
+++ b/data/pixmaps/rg21/8/tail-up-4.xpm
@@ -0,0 +1,40 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 32 2 1",
+" c Gray0",
+". c None",
+/* pixels */
+".... .",
+"..... ",
+"..... ",
+"..... ",
+"..... ",
+".... .",
+".... ",
+"... ",
+"... ",
+".. . ",
+" . ",
+" . .",
+" . ",
+" . ",
+"... ",
+".. . ",
+" . ",
+" . .",
+" . ",
+" . ",
+"... ",
+".. . ",
+" . ",
+" . ",
+" . .",
+" . .",
+"... .",
+".. .",
+" ..",
+" ..",
+" ...",
+" ...."
+};
diff --git a/data/pixmaps/rg21/8/unknown.xpm b/data/pixmaps/rg21/8/unknown.xpm
new file mode 100644
index 0000000..8698b03
--- /dev/null
+++ b/data/pixmaps/rg21/8/unknown.xpm
@@ -0,0 +1,16 @@
+/* XPM */
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
+"6 8 2 1",
+"x c Gray0",
+" c None",
+/* pixels */
+" xxx ",
+" x ",
+" x ",
+" xx ",
+" x ",
+" ",
+" x ",
+" "
+};