summaryrefslogtreecommitdiffstats
path: root/data/pixmaps/rg21/4
diff options
context:
space:
mode:
Diffstat (limited to 'data/pixmaps/rg21/4')
-rw-r--r--data/pixmaps/rg21/4/blank.xpm15
-rw-r--r--data/pixmaps/rg21/4/chordmod-accent.xpm8
-rw-r--r--data/pixmaps/rg21/4/chordmod-dash.xpm8
-rw-r--r--data/pixmaps/rg21/4/chordmod-dot.xpm8
-rw-r--r--data/pixmaps/rg21/4/chordmod-legato.xpm8
-rw-r--r--data/pixmaps/rg21/4/chordmod-pause.xpm10
-rw-r--r--data/pixmaps/rg21/4/chordmod-sfz.xpm8
-rw-r--r--data/pixmaps/rg21/4/chordmod-trill.xpm8
-rw-r--r--data/pixmaps/rg21/4/chordmod-turn.xpm8
-rw-r--r--data/pixmaps/rg21/4/clef-alto.xpm34
-rw-r--r--data/pixmaps/rg21/4/clef-bass.xpm34
-rw-r--r--data/pixmaps/rg21/4/clef-tenor.xpm34
-rw-r--r--data/pixmaps/rg21/4/clef-treble.xpm34
-rw-r--r--data/pixmaps/rg21/4/dot.xpm9
-rw-r--r--data/pixmaps/rg21/4/note-bodyempty.xpm9
-rw-r--r--data/pixmaps/rg21/4/note-bodyfilled.xpm9
-rw-r--r--data/pixmaps/rg21/4/note-breve.xpm9
-rw-r--r--data/pixmaps/rg21/4/notemod-doubleflat.xpm13
-rw-r--r--data/pixmaps/rg21/4/notemod-doublesharp.xpm14
-rw-r--r--data/pixmaps/rg21/4/notemod-flat.xpm13
-rw-r--r--data/pixmaps/rg21/4/notemod-natural.xpm13
-rw-r--r--data/pixmaps/rg21/4/notemod-sharp.xpm13
-rw-r--r--data/pixmaps/rg21/4/rest-breve.xpm26
-rw-r--r--data/pixmaps/rg21/4/rest-crotchet.xpm26
-rw-r--r--data/pixmaps/rg21/4/rest-demisemi.xpm26
-rw-r--r--data/pixmaps/rg21/4/rest-demisemiquaver.xpm26
-rw-r--r--data/pixmaps/rg21/4/rest-hemidemisemi.xpm26
-rw-r--r--data/pixmaps/rg21/4/rest-hemidemisemiquaver.xpm26
-rw-r--r--data/pixmaps/rg21/4/rest-minim.xpm26
-rw-r--r--data/pixmaps/rg21/4/rest-quaver.xpm26
-rw-r--r--data/pixmaps/rg21/4/rest-semibreve.xpm26
-rw-r--r--data/pixmaps/rg21/4/rest-semiquaver.xpm26
-rw-r--r--data/pixmaps/rg21/4/tail-down-1.xpm11
-rw-r--r--data/pixmaps/rg21/4/tail-down-2.xpm15
-rw-r--r--data/pixmaps/rg21/4/tail-down-3.xpm18
-rw-r--r--data/pixmaps/rg21/4/tail-down-4.xpm22
-rw-r--r--data/pixmaps/rg21/4/tail-up-1.xpm11
-rw-r--r--data/pixmaps/rg21/4/tail-up-2.xpm15
-rw-r--r--data/pixmaps/rg21/4/tail-up-3.xpm18
-rw-r--r--data/pixmaps/rg21/4/tail-up-4.xpm22
-rw-r--r--data/pixmaps/rg21/4/unknown.xpm16
41 files changed, 727 insertions, 0 deletions
diff --git a/data/pixmaps/rg21/4/blank.xpm b/data/pixmaps/rg21/4/blank.xpm
new file mode 100644
index 0000000..9341f0d
--- /dev/null
+++ b/data/pixmaps/rg21/4/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/4/chordmod-accent.xpm b/data/pixmaps/rg21/4/chordmod-accent.xpm
new file mode 100644
index 0000000..17f8eea
--- /dev/null
+++ b/data/pixmaps/rg21/4/chordmod-accent.xpm
@@ -0,0 +1,8 @@
+/* XPM */
+static char * chordmod_accent_xpm[] = {
+"5 3 2 1",
+" c black",
+". c None",
+" ...",
+".. .",
+" ..."};
diff --git a/data/pixmaps/rg21/4/chordmod-dash.xpm b/data/pixmaps/rg21/4/chordmod-dash.xpm
new file mode 100644
index 0000000..664a057
--- /dev/null
+++ b/data/pixmaps/rg21/4/chordmod-dash.xpm
@@ -0,0 +1,8 @@
+/* XPM */
+static char * chordmod_dash_xpm[] = {
+"5 3 2 1",
+" c None",
+". c black",
+" . ",
+" . ",
+" "};
diff --git a/data/pixmaps/rg21/4/chordmod-dot.xpm b/data/pixmaps/rg21/4/chordmod-dot.xpm
new file mode 100644
index 0000000..2c31250
--- /dev/null
+++ b/data/pixmaps/rg21/4/chordmod-dot.xpm
@@ -0,0 +1,8 @@
+/* XPM */
+static char * chordmod_dot_xpm[] = {
+"5 3 2 1",
+" c None",
+". c black",
+" .. ",
+" .. ",
+" "};
diff --git a/data/pixmaps/rg21/4/chordmod-legato.xpm b/data/pixmaps/rg21/4/chordmod-legato.xpm
new file mode 100644
index 0000000..ef9481b
--- /dev/null
+++ b/data/pixmaps/rg21/4/chordmod-legato.xpm
@@ -0,0 +1,8 @@
+/* XPM */
+static char * chordmod_legato_xpm[] = {
+"5 3 2 1",
+" c None",
+". c black",
+" ",
+".... ",
+" "};
diff --git a/data/pixmaps/rg21/4/chordmod-pause.xpm b/data/pixmaps/rg21/4/chordmod-pause.xpm
new file mode 100644
index 0000000..8bcf6e7
--- /dev/null
+++ b/data/pixmaps/rg21/4/chordmod-pause.xpm
@@ -0,0 +1,10 @@
+/* XPM */
+static char * chordmod_pause_xpm[] = {
+"8 5 2 1",
+" c None",
+". c black",
+" .... ",
+" . . ",
+". .",
+". .. .",
+" .. "};
diff --git a/data/pixmaps/rg21/4/chordmod-sfz.xpm b/data/pixmaps/rg21/4/chordmod-sfz.xpm
new file mode 100644
index 0000000..7407d39
--- /dev/null
+++ b/data/pixmaps/rg21/4/chordmod-sfz.xpm
@@ -0,0 +1,8 @@
+/* XPM */
+static char * chordmod_sfz_xpm[] = {
+"5 3 2 1",
+" c None",
+". c black",
+" ..",
+".. . ",
+".. . "};
diff --git a/data/pixmaps/rg21/4/chordmod-trill.xpm b/data/pixmaps/rg21/4/chordmod-trill.xpm
new file mode 100644
index 0000000..e89b630
--- /dev/null
+++ b/data/pixmaps/rg21/4/chordmod-trill.xpm
@@ -0,0 +1,8 @@
+/* XPM */
+static char * chordmod_trill_xpm[] = {
+"5 3 2 1",
+" c black",
+". c None",
+" ....",
+" . .",
+" .."};
diff --git a/data/pixmaps/rg21/4/chordmod-turn.xpm b/data/pixmaps/rg21/4/chordmod-turn.xpm
new file mode 100644
index 0000000..ee6e37d
--- /dev/null
+++ b/data/pixmaps/rg21/4/chordmod-turn.xpm
@@ -0,0 +1,8 @@
+/* XPM */
+static char * chordmod_turn_xpm[] = {
+"5 3 2 1",
+" c None",
+". c black",
+" . . ",
+". . ",
+" "};
diff --git a/data/pixmaps/rg21/4/clef-alto.xpm b/data/pixmaps/rg21/4/clef-alto.xpm
new file mode 100644
index 0000000..462a3ae
--- /dev/null
+++ b/data/pixmaps/rg21/4/clef-alto.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * clef_alto_xpm[] = {
+"12 29 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" ",
+" ",
+" . . ... ",
+" . . . . ",
+" . . . .. ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . . .. ",
+" . . .. . ",
+" . . .. . ",
+" . ... ",
+" . . .. . ",
+" . . .. . ",
+" . . . .. ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . . .. ",
+" . . . . ",
+" . . ... ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/clef-bass.xpm b/data/pixmaps/rg21/4/clef-bass.xpm
new file mode 100644
index 0000000..cdf2ff0
--- /dev/null
+++ b/data/pixmaps/rg21/4/clef-bass.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * clef_bass_xpm[] = {
+"12 29 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ... ",
+" .. .. .. ",
+". .. .. ",
+". .. ",
+".. .. ",
+".. .. ",
+" .. .. ",
+" .. .. ",
+" .. ",
+" .. ",
+" . ",
+" .. ",
+" . ",
+" . ",
+" . ",
+" .. ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/clef-tenor.xpm b/data/pixmaps/rg21/4/clef-tenor.xpm
new file mode 100644
index 0000000..70ea310
--- /dev/null
+++ b/data/pixmaps/rg21/4/clef-tenor.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * clef_tenor_xpm[] = {
+"12 29 2 1",
+" c None",
+". c black",
+" . . ... ",
+" . . . . ",
+" . . . .. ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . . .. ",
+" . . .. . ",
+" . . .. . ",
+" . ... ",
+" . . .. . ",
+" . . .. . ",
+" . . . .. ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . . .. ",
+" . . . . ",
+" . . ... ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/clef-treble.xpm b/data/pixmaps/rg21/4/clef-treble.xpm
new file mode 100644
index 0000000..bbfd5f5
--- /dev/null
+++ b/data/pixmaps/rg21/4/clef-treble.xpm
@@ -0,0 +1,34 @@
+/* XPM */
+static char * clef_treble_xpm[] = {
+"12 29 2 1",
+" c None",
+". c black",
+" . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" .. ",
+" .. ",
+" .. ",
+" . ",
+" . ",
+" .. ",
+" .. ",
+" . . ",
+" . .. ",
+" .. . ",
+" . .... ",
+".. . . .. ",
+".. . . .. ",
+".. .. . .. ",
+".. . . .. ",
+" . . .. ",
+" .. . . ",
+" .. . . ",
+" .... ",
+" . ",
+" .. . ",
+" . . ",
+" .. "};
diff --git a/data/pixmaps/rg21/4/dot.xpm b/data/pixmaps/rg21/4/dot.xpm
new file mode 100644
index 0000000..bda1b45
--- /dev/null
+++ b/data/pixmaps/rg21/4/dot.xpm
@@ -0,0 +1,9 @@
+/* XPM */
+static char * dot_xpm[] = {
+"3 4 2 1",
+" c None",
+". c black",
+" ",
+" ..",
+" ..",
+" "};
diff --git a/data/pixmaps/rg21/4/note-bodyempty.xpm b/data/pixmaps/rg21/4/note-bodyempty.xpm
new file mode 100644
index 0000000..9cab84b
--- /dev/null
+++ b/data/pixmaps/rg21/4/note-bodyempty.xpm
@@ -0,0 +1,9 @@
+/* XPM */
+static char * note_bodyempty_xpm[] = {
+"6 4 2 1",
+" c None",
+". c black",
+" ... ",
+". . ",
+". . ",
+" ... "};
diff --git a/data/pixmaps/rg21/4/note-bodyfilled.xpm b/data/pixmaps/rg21/4/note-bodyfilled.xpm
new file mode 100644
index 0000000..f1c16d4
--- /dev/null
+++ b/data/pixmaps/rg21/4/note-bodyfilled.xpm
@@ -0,0 +1,9 @@
+/* XPM */
+static char * note_bodyfilled_xpm[] = {
+"6 4 2 1",
+" c None",
+". c black",
+" ... ",
+"..... ",
+"..... ",
+" ... "};
diff --git a/data/pixmaps/rg21/4/note-breve.xpm b/data/pixmaps/rg21/4/note-breve.xpm
new file mode 100644
index 0000000..0f695b7
--- /dev/null
+++ b/data/pixmaps/rg21/4/note-breve.xpm
@@ -0,0 +1,9 @@
+/* XPM */
+static char * note_bodyempty_xpm[] = {
+"12 4 2 1",
+" c None",
+"x c black",
+"x x xxx x x ",
+"x xx xx x ",
+"x xx xx x ",
+"x x xxx x x "};
diff --git a/data/pixmaps/rg21/4/notemod-doubleflat.xpm b/data/pixmaps/rg21/4/notemod-doubleflat.xpm
new file mode 100644
index 0000000..3762136
--- /dev/null
+++ b/data/pixmaps/rg21/4/notemod-doubleflat.xpm
@@ -0,0 +1,13 @@
+/* XPM */
+static char * notemod_flat_xpm[] = {
+"5 8 2 1",
+" c None",
+"x c black",
+"x x ",
+"x x ",
+"x x ",
+"xxxxx",
+"x x x",
+"xxxx ",
+"x x ",
+" "};
diff --git a/data/pixmaps/rg21/4/notemod-doublesharp.xpm b/data/pixmaps/rg21/4/notemod-doublesharp.xpm
new file mode 100644
index 0000000..f9f26ca
--- /dev/null
+++ b/data/pixmaps/rg21/4/notemod-doublesharp.xpm
@@ -0,0 +1,14 @@
+/* XPM */
+static char * notemod_doublesharp_xpm[] = {
+"5 8 2 1",
+" c None",
+"x c black",
+" ",
+" ",
+"x x",
+" x x ",
+" x ",
+" x x ",
+"x x",
+" "
+};
diff --git a/data/pixmaps/rg21/4/notemod-flat.xpm b/data/pixmaps/rg21/4/notemod-flat.xpm
new file mode 100644
index 0000000..d22d4db
--- /dev/null
+++ b/data/pixmaps/rg21/4/notemod-flat.xpm
@@ -0,0 +1,13 @@
+/* XPM */
+static char * notemod_flat_xpm[] = {
+"5 8 2 1",
+" c None",
+". c black",
+" . ",
+" . ",
+" . ",
+" ... ",
+" . . ",
+" .. ",
+" . ",
+" "};
diff --git a/data/pixmaps/rg21/4/notemod-natural.xpm b/data/pixmaps/rg21/4/notemod-natural.xpm
new file mode 100644
index 0000000..220151c
--- /dev/null
+++ b/data/pixmaps/rg21/4/notemod-natural.xpm
@@ -0,0 +1,13 @@
+/* XPM */
+static char * notemod_natural_xpm[] = {
+"5 8 2 1",
+" c None",
+". c black",
+" . ",
+" . ",
+" ... ",
+" . . ",
+" . . ",
+" ... ",
+" . ",
+" . "};
diff --git a/data/pixmaps/rg21/4/notemod-sharp.xpm b/data/pixmaps/rg21/4/notemod-sharp.xpm
new file mode 100644
index 0000000..b642818
--- /dev/null
+++ b/data/pixmaps/rg21/4/notemod-sharp.xpm
@@ -0,0 +1,13 @@
+/* XPM */
+static char * notemod_sharp_xpm[] = {
+"5 8 2 1",
+" c None",
+". c black",
+" . ",
+" . . ",
+" ....",
+".. . ",
+" . ..",
+".... ",
+" . . ",
+" . "};
diff --git a/data/pixmaps/rg21/4/rest-breve.xpm b/data/pixmaps/rg21/4/rest-breve.xpm
new file mode 100644
index 0000000..49de514
--- /dev/null
+++ b/data/pixmaps/rg21/4/rest-breve.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * rest_breve_xpm[] = {
+"6 21 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" ",
+" ",
+" .... ",
+" .. ",
+" .. ",
+" .. ",
+" .. ",
+" .... ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/rest-crotchet.xpm b/data/pixmaps/rg21/4/rest-crotchet.xpm
new file mode 100644
index 0000000..776180e
--- /dev/null
+++ b/data/pixmaps/rg21/4/rest-crotchet.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * rest_crotchet_xpm[] = {
+"6 21 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" . ",
+" . ",
+" .. ",
+" . ",
+" .. ",
+" . ",
+".. ",
+". ",
+" . ",
+" . ",
+" ... ",
+".. . ",
+".. ",
+" . ",
+" . ",
+" ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/rest-demisemi.xpm b/data/pixmaps/rg21/4/rest-demisemi.xpm
new file mode 100644
index 0000000..c2c2321
--- /dev/null
+++ b/data/pixmaps/rg21/4/rest-demisemi.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * rest_demisemi_xpm[] = {
+"6 21 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" ",
+" .. .",
+" .... ",
+" . ",
+" . . ",
+".... ",
+" . ",
+". . ",
+".. ",
+" . ",
+". ",
+". ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/rest-demisemiquaver.xpm b/data/pixmaps/rg21/4/rest-demisemiquaver.xpm
new file mode 100644
index 0000000..c2c2321
--- /dev/null
+++ b/data/pixmaps/rg21/4/rest-demisemiquaver.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * rest_demisemi_xpm[] = {
+"6 21 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" ",
+" .. .",
+" .... ",
+" . ",
+" . . ",
+".... ",
+" . ",
+". . ",
+".. ",
+" . ",
+". ",
+". ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/rest-hemidemisemi.xpm b/data/pixmaps/rg21/4/rest-hemidemisemi.xpm
new file mode 100644
index 0000000..21695f3
--- /dev/null
+++ b/data/pixmaps/rg21/4/rest-hemidemisemi.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * rest_hemidemisemi_xpm[] = {
+"6 21 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" ",
+" .. .",
+" .... ",
+" . ",
+" . .. ",
+" ... ",
+" . ",
+". . ",
+"... ",
+" . ",
+".. ",
+".. ",
+" . ",
+". ",
+". ",
+". ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/rest-hemidemisemiquaver.xpm b/data/pixmaps/rg21/4/rest-hemidemisemiquaver.xpm
new file mode 100644
index 0000000..21695f3
--- /dev/null
+++ b/data/pixmaps/rg21/4/rest-hemidemisemiquaver.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * rest_hemidemisemi_xpm[] = {
+"6 21 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" ",
+" .. .",
+" .... ",
+" . ",
+" . .. ",
+" ... ",
+" . ",
+". . ",
+"... ",
+" . ",
+".. ",
+".. ",
+" . ",
+". ",
+". ",
+". ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/rest-minim.xpm b/data/pixmaps/rg21/4/rest-minim.xpm
new file mode 100644
index 0000000..9154562
--- /dev/null
+++ b/data/pixmaps/rg21/4/rest-minim.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * rest_minim_xpm[] = {
+"6 21 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ... ",
+" ... ",
+"..... ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/rest-quaver.xpm b/data/pixmaps/rg21/4/rest-quaver.xpm
new file mode 100644
index 0000000..b1e37a3
--- /dev/null
+++ b/data/pixmaps/rg21/4/rest-quaver.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * rest_quaver_xpm[] = {
+"6 21 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+".. . ",
+".... ",
+" . ",
+" . ",
+" . ",
+" . ",
+" . ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/rest-semibreve.xpm b/data/pixmaps/rg21/4/rest-semibreve.xpm
new file mode 100644
index 0000000..5512819
--- /dev/null
+++ b/data/pixmaps/rg21/4/rest-semibreve.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * rest_semibreve_xpm[] = {
+"6 21 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" ",
+" ",
+"..... ",
+" ... ",
+" ... ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/rest-semiquaver.xpm b/data/pixmaps/rg21/4/rest-semiquaver.xpm
new file mode 100644
index 0000000..2a227d3
--- /dev/null
+++ b/data/pixmaps/rg21/4/rest-semiquaver.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char * rest_semiquaver_xpm[] = {
+"6 21 2 1",
+" c None",
+". c black",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+".. . ",
+"..... ",
+" . ",
+" . ",
+". . ",
+"... ",
+" . ",
+" . ",
+". ",
+". ",
+" ",
+" ",
+" ",
+" "};
diff --git a/data/pixmaps/rg21/4/tail-down-1.xpm b/data/pixmaps/rg21/4/tail-down-1.xpm
new file mode 100644
index 0000000..c7eee55
--- /dev/null
+++ b/data/pixmaps/rg21/4/tail-down-1.xpm
@@ -0,0 +1,11 @@
+/* XPM */
+static char * tail_down_1_xpm[] = {
+"4 6 2 1",
+" c black",
+"x c None",
+" xx",
+" x",
+"xx x",
+"xxx ",
+"xxx ",
+"xx x"};
diff --git a/data/pixmaps/rg21/4/tail-down-2.xpm b/data/pixmaps/rg21/4/tail-down-2.xpm
new file mode 100644
index 0000000..88664b9
--- /dev/null
+++ b/data/pixmaps/rg21/4/tail-down-2.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char * tail_down_2_xpm[] = {
+"4 10 2 1",
+" c black",
+". c None",
+" ..",
+" .",
+".. .",
+"... ",
+" . ",
+" .",
+".. .",
+"... ",
+"... ",
+".. ."};
diff --git a/data/pixmaps/rg21/4/tail-down-3.xpm b/data/pixmaps/rg21/4/tail-down-3.xpm
new file mode 100644
index 0000000..5f56376
--- /dev/null
+++ b/data/pixmaps/rg21/4/tail-down-3.xpm
@@ -0,0 +1,18 @@
+/* XPM */
+static char * tail_down_3_xpm[] = {
+"4 13 2 1",
+" c black",
+"x c None",
+" xx",
+" x",
+"xx x",
+"xxx ",
+" x ",
+" x",
+"xx x",
+"xxx ",
+" x ",
+" x",
+"xx x",
+"xxx ",
+"xxx "};
diff --git a/data/pixmaps/rg21/4/tail-down-4.xpm b/data/pixmaps/rg21/4/tail-down-4.xpm
new file mode 100644
index 0000000..633af2d
--- /dev/null
+++ b/data/pixmaps/rg21/4/tail-down-4.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char * tail_down_4_xpm[] = {
+"4 17 2 1",
+" c black",
+". c None",
+" ..",
+" .",
+".. .",
+"... ",
+" . ",
+" .",
+".. .",
+"... ",
+" . ",
+" .",
+".. .",
+"... ",
+" . ",
+" .",
+".. .",
+"... ",
+"... "};
diff --git a/data/pixmaps/rg21/4/tail-up-1.xpm b/data/pixmaps/rg21/4/tail-up-1.xpm
new file mode 100644
index 0000000..28d877c
--- /dev/null
+++ b/data/pixmaps/rg21/4/tail-up-1.xpm
@@ -0,0 +1,11 @@
+/* XPM */
+static char * tail_up_1_xpm[] = {
+"4 6 2 1",
+" c None",
+". c black",
+" . ",
+" .",
+" .",
+" . ",
+"... ",
+".. "};
diff --git a/data/pixmaps/rg21/4/tail-up-2.xpm b/data/pixmaps/rg21/4/tail-up-2.xpm
new file mode 100644
index 0000000..bda5b0f
--- /dev/null
+++ b/data/pixmaps/rg21/4/tail-up-2.xpm
@@ -0,0 +1,15 @@
+/* XPM */
+static char * tail_up_2_xpm[] = {
+"4 10 2 1",
+" c None",
+". c black",
+" . ",
+" .",
+" .",
+" . ",
+"... ",
+".. .",
+" .",
+" . ",
+"... ",
+".. "};
diff --git a/data/pixmaps/rg21/4/tail-up-3.xpm b/data/pixmaps/rg21/4/tail-up-3.xpm
new file mode 100644
index 0000000..ea06dcf
--- /dev/null
+++ b/data/pixmaps/rg21/4/tail-up-3.xpm
@@ -0,0 +1,18 @@
+/* XPM */
+static char * tail_up_3_xpm[] = {
+"4 13 2 1",
+" c None",
+". c black",
+" .",
+" .",
+" . ",
+"... ",
+".. .",
+" ..",
+" . ",
+".. ",
+".. .",
+" .",
+" . ",
+"... ",
+".. "};
diff --git a/data/pixmaps/rg21/4/tail-up-4.xpm b/data/pixmaps/rg21/4/tail-up-4.xpm
new file mode 100644
index 0000000..68664cd
--- /dev/null
+++ b/data/pixmaps/rg21/4/tail-up-4.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char * tail_up_4_xpm[] = {
+"4 17 2 1",
+" c None",
+". c black",
+" .",
+" .",
+" . ",
+"... ",
+".. .",
+" .",
+" . ",
+"... ",
+".. .",
+" .",
+" . ",
+"... ",
+".. .",
+" .",
+" . ",
+"... ",
+".. "};
diff --git a/data/pixmaps/rg21/4/unknown.xpm b/data/pixmaps/rg21/4/unknown.xpm
new file mode 100644
index 0000000..8698b03
--- /dev/null
+++ b/data/pixmaps/rg21/4/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 ",
+" "
+};