Four Poems
Â
By Geosi Gyasi
Â
Wednesday, July 2, 2014.
Â
Â
The
Cockcrow
Â
Â
Day-Night! At the spur of lilliputian voices!
Â
Whistling nexus between countrymen and
Â
refugees, they come to party.
Â
Â
Their strange voices awaken
Â
To each and every one a day to recall
Â
this epoch-making assembly.
Â
Â
In the King’s palace
Â
Feathers washed and rewashed
Â
Cleansing of the multitudinous years of
wandering.
Â
Â
After dawn, before the cock crows
Â
The chief linguist sent to places far
and wide
Â
Drums and flutes sound: sounding poems
of welcome.
Â
Â
In their camp, a poem of thanksgiving
enchanted
Â
A tintinnabulation of bells in the
King’s honor
Â
Whilst the cock crows, crows and crows.
Â
Â
Â
Death?
Â
Â
From the beginning,
Â
I am a funeral; ready to be
Â
deposited into the abdomen
Â
Of mother earth. A bunch of
Â
luminaries encircle my lifeless
Â
body, my bony skull already
Â
make history. Paper and ink mixed
Â
as blood bank, and flow swiftly as
Â
words of poetry, rhyming from line to
line.
Â
News about me flow like flood of
water,
Â
reminiscing about the days of Noah. I
am
Â
alone, yet not lonely. Many have gone
Â
before me, sadly, more recent the
demise
Â
of the storyteller Maya Angelou.
Â
O, you death, you’re a sinner? I reach
out
Â
to the Alpha and Omega, the beginning
and
Â
end; and find consolation in Him. The
end
Â
of death unknown to me –
Â
darkness forever? I leave with tears in
the
Â
eyes of many: sobbing, whimpering.
Â
When shall you cease to exist? My arms
cold,
Â
my writing hobbled. I become
unfinished,
Â
like a seat of wood. Still.
Stock-still. Pregnant
Â
with statue-like poetry. In my uterus
is the
Â
fetus poem – Death?
Â
Death? Who shall carry on?
Â
Where are the brain surgeons?
Â
Who shall test my blood samples? And
Â
fish out my unfinished handiwork? I look
at the
Â
soil dag out for me, six feet, and the
maggots
Â
multitude. Yet gesture with a wave of
hand, bliss
Â
in the air. I see in vague, though, as
a newcomer,
Â
to this new world of darkness; thronged
with fellows
Â
but old-guard writers. Dead. Gone. One
more goodbye,
Â
explicitly to my devoted readers. Wipe
your tears,
Â
warm your kerchiefs. Keep hope alive. I shall soon
Â
return with a posthumous book of
poetry.
Â
Â
  Â
Â
Emergency
Â
By Geosi Gyasi
Â
At the rim of the tunnel
Â
Flowing labyrinth of waste cancer:
Â
Polythene, plastic, rubber, clothes,
Â
Papers, metals, wood, even water –
Â
Hustling deep into a fissure
Â
Only at a snail’s pace, until it locks
up
Â
At the lip of the tunnel; pleading,
mercifully:
Â
Let me flow,
                      Let me go.
Â
Time flies, like a passing day
Â
Waiting for tomorrow to arrive
Â
But that day never comes
Â
And the noxious redolence from the
tunnel
Â
Travel our villages and even beyond:
Â
To towns and cities.
Â
Â
Our children suffocate by night
Â
While our fathers and grandparents
Â
Vomit by day.
Â
The sky is gloomy,
Â
           The
sky is miasmic.
Â
An emergency looms in the corner
Â
Years build-up of mountainous growth
Â
Like a forest of muddled grasses
Â
Yet we’re charged inflated taxes
Â
Which travels swiftly into —
Â
the crevices of undeserved pockets.
Â
I wish I could take on the doctor’s
coat
Â
And submit you and you into the
solitary
Â
Emergency room, and castigate you there
and then.
Â
Â
Fool’s
god
Â
Â
Dent of hope
Â
Forty something years of
Â
Existence; still searching!
Â
Â
I’ve been ferreting
Â
Quite unduly maddening
Â
What I have not; so still searching!
Â
Â
Memories never robs off
Â
it’s jacket, off me; what’s
Â
the world come to?
Â
Â
Nothing is working
Â
Working is nothing
Â
All these years of hanging
Â
On,
Â
Â
to:
Â
Â
Bosom
– the god in the forest.
Â
Â
All foolishness is mine:
Â
Of several years of wastage;
Â
Of several years in the wilderness;
Â
Blindfolded,
Â
Hoodwinked to execute
Â
Hunger rites, bloodshed:
Â
Of chubby goats, flabby
Â
Chickens; perfervid belief.
Â
Â
I am still searching!
 Geosi Gyasi is a Ghanaian writer and poet. Gyasi’s writing credits
include several poems published in online magazines like Kalahari Review,
Africanwriter NigeriansTalk. Gyasi blogs at GeosiReads.Â
Â
Â
Â
Â
Â
Â
Â
Â
Poetry By Geosi Gyasi
No Comments currently posted | Add Comment
Comment on this Article
Your Name
Please provide your name
Your Comment
//set data for hoidden fields
//transfer();
var viewMode = 1 ;
//============================================================================
//HTML Editor Scripts follow
//============================================================================
function exCom(target,CommandID,status,value)
{
document.getElementById(target).focus();
document.execCommand(CommandID,status,value);
}
function transfer()
{
var HTMLcnt = document.getElementById(“ctl00_MainContent_txtComment_msgDiv1”).innerHTML;
var cnt = document.getElementById(“ctl00_MainContent_txtComment_msgDiv1”).innerText;
var HTMLtarget = document.getElementById(“ctl00_MainContent_txtComment_HTMLtxtMsg”)
var target = document.getElementById(“ctl00_MainContent_txtComment_txtMsg”)
HTMLtarget.value = HTMLcnt;
target.value = cnt;
}
function hidePDIECLayers(f,p)
{
//e.style.display = ‘none’
f.style.display = ‘none’
p.style.display = ‘none’
}
function toggle(e)
{
if (e.style.display == “none”)
{
e.style.display = “”;
}
else
{
e.style.display = “none”;
}
}
function ToggleView()
{
var msgDiv = document.getElementById(“ctl00_MainContent_txtComment_msgDiv1″);
if(viewMode == 1)
{
iHTML = msgDiv.innerHTML;
msgDiv.innerText = iHTML;
//alert(viewMode);
// Hide all controls
Buttons.style.display = ‘none’;
//selFont.style.display = ‘none’;
//selSize.style.display = ‘none’;
msgDiv.focus();
viewMode = 2; // Code
}
else
{
iText = msgDiv.innerText;
msgDiv.innerHTML = iText;
// Show all controls
Buttons.style.display = ‘inline’;
//selFont.style.display = ‘inline’;
//selSize.style.display = ‘inline’;
msgDiv.focus();
viewMode = 1; // WYSIWYG
}
}
function selOn(ctrl)
{
ctrl.style.borderColor = ‘#000000’;
ctrl.style.backgroundColor = ‘#ffffcc’;
ctrl.style.cursor = ‘hand’;
}
function selOff(ctrl)
{
ctrl.style.borderColor = ‘#9BC1DF’;
ctrl.style.backgroundColor = ”;
}
function selDown(ctrl)
{
ctrl.style.backgroundColor = ‘#8492B5’;
}
function selUp(ctrl)
{
ctrl.style.backgroundColor = ‘#B5BED6’;
}
                                                                                                           Â
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
//give focus to the msgdiv… always otherwise save button will not save content.
var mDiv = document.getElementById(“ctl00_MainContent_txtComment_msgDiv1”);
try
{ mDiv.focus();}
catch(e)
{
//alert(‘Invisible’)
}
//if ( <> ‘none’)
//
 Send to a friend  | Â
View/Hide Comments (0) Â | Â
 Print
Wonderful beat ! I would like to apprentice while you amend your website, how could i subscribe for a blog web site? The account aided me a acceptable deal. I had been tiny bit acquainted of this your broadcast offered bright clear idea
Merely a smiling visitant here to share the love (:, btw outstanding pattern.
Howdy! I simply would like to give an enormous thumbs up for the great data you will have here on this post. I will probably be coming back to your blog for extra soon.