Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

TabFont – guitar tabs rendered as you type

TabFont is a web-based tool that renders guitar tablature in real-time as the user types, allowing musicians to write and display tabs with proper formatting directly within a text editor.

Background

- Guitar tablature ("tabs") is a notation system that shows which frets to press on which strings, using numbers on horizontal lines. Unlike standard musical notation (sheet music), tabs are widely used by casual and self-taught guitarists. - Most tablature on the web is either static images or plain monospaced text with ASCII characters (dashes, numbers, and letters), which looks crude and can break on different screen sizes. - TabFont is a custom-designed monospaced typeface (font) that maps each possible fret-and-string combination to a distinct glyph (character), so a user typing plain text with the font active sees clean, properly aligned guitar tabs instead of messy ASCII. It works like a regular font – you type in a text editor or web form and the tabs appear instantly. - Philatype is the typography studio of designer and developer Phila (also known as Phil A.), who creates specialized typefaces for technical and musical use cases.