Menu

Login
 

Inking Chairil Anwar’s Words

580_EDT_150921_Tinted_01

The craft of hand-lettering plays a big part in my next science fiction project, Bio Fantasy. The project is a tribute to Chairil Anwar. He had transformed the way our language, Bahasa Indonesia, was used in the past. He deconstructed formal syntax, to create different layers of emotion in his poetry. My exploration was about adding sensuality to the letterforms of his words.

580_EDT_150921_Tinted_02

Like all handmade crafts, hand-lettering allows ourselves to experience mistakes. This craft can be therapeutic on a neurotic day.

580_EDT_150921_Tinted_07

Imperfections are bound to happen with this craft. Mistakes such as misspelling of a word, smudged ink or a bad curve line.

580_EDT_150921_Tinted_04

When I do find these technical defects on my page, I continue to ink. Until the flaws become a charming aspect of the work.

580_EDT_150921_Tinted_05

It is important to get rid of the fear of making mistakes. I often get so anxious of making all the possible mistakes. This fear can stop me from inking the page. So the real challenge is to face this fear and to see the real beauty in many forms. The esthetic is subjective, so I have the option of breaking some lettering standards.

580_EDT_150921_Tinted_06

What is most important for me is the experimental process which can open our mind. If the first word is ugly, the next one will be better and the 100th word will be inked with joy. So I practice a lot.

580_EDT_150921_Tinted_08

The satisfaction from hand-lettering happens when the hand movement is free flowing like water. The aim is to make the pressure of the stroke to be light weight.

580_EDT_150921_Tinted_09

We can twirl the pen as we drag it across the page to produce contrasting thick and thin strokes. Contentment and confidence usually produce a better quality of line.

580_EDT_150921_Tinted_10

This year I have hand-lettered excerpts from Chairil Anwar’s poetry. The first one of this series is ‘Aku ini binatang jalang’. This work will make its debut on 30 September 2015 as part of Tulisan’s new product line – the Letters Edition.

580_EDT_150921_Tinted_11

I hope you will enjoy this collection.

Triple kisses, M.S.

580_EDT_150921_Tinted_12

(Photography by Michal Gorzynski)


Related Post: 
A Tribute to Chairil Anwar

Komentar

Buat Akun Ingat, komentar perlu disetujui sebelum dipublikasikan.

Artikel Terkait

Bahasa

Bahasa

Negara/Wilayah

Negara/Wilayah

``` ## 2. The Final Alignment Fix (The Absolute Last Resort) The fact that the $15px$ padding is ignored means your theme is likely using a zero-out style on the input's universal selector. Please insert this single, highly aggressive line of CSS into your **Global Custom CSS Area** (Theme Settings $\rightarrow$ Custom CSS) **after** restoring `theme.liquid`. This targets the input's visual start point directly, ignoring all padding rules: ```css /* FINAL ATTEMPT: Fix horizontal text alignment by overriding the left visual placement */ #comments input, #comments textarea, #comments label { text-indent: 15px !important; }