TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: TuneType – a font that has (guitar) chords embedded as ligatures

14 点作者 dutzi超过 1 年前

2 条评论

tdeck超过 1 年前
This is a very creative use of ligatures. I wonder if any of the popular tab websites would be willing to support it.
keymasta超过 1 年前
What if I want to name arbitrary text in the ligature instead of your list of chords? What if I disagree with how you spell minor as &#x27;m&#x27; whereas I want &#x27;mi&#x27; or even &#x27;-&#x27;. How about things like half-diminished, which is often written as &#x27;ø7&#x27; vs. calling it a mi7(♭5), like a particular music school I went to prefers. Also, if you&#x27;re sticking to possible chords qualities, it&#x27;s 2 * 12 == 4096. I&#x27;ve implemented functions that return the spelling of chord quality over that range, and can return a &quot;proper&quot; answer dependent on rules, but I think in your case you could&#x2F;should be letting the user call the chord anything they want.<p>Your presets didn&#x27;t even include the chord D6 for example. Why have 7th chords like A7 and not have A6? So either cover the chords, or don&#x27;t pretend that it supports chords. You could change it to say &quot;supports chords that [you] in particular have heard of&quot;. Unless there is a way to switch into that mode (where I can speak chords)? I noticed the first test string of \am7\ works, but can&#x27;t get flats or sharps to work. It really should accept text like this:<p><pre><code> Abmi6(#5,add9)&#x2F;Db5 </code></pre> , or anything you want to write. I have a use-case where I invented a new way to describe chords, so any possibilities in the &quot;normal&quot; world of music don&#x27;t apply. I also have a use-case where I want to be able to say any of the 12 * 2 * 12 things squared (squared because of &quot;slash notation&quot; adding a whole new identity to the chord symbol) what you could potentially be able to say in 12 roots 12 tone harmony with an extra component in the bass. There are 2415919104 possible inputs to this, but the thing is, there are multiple ways to spell that.<p>I propose you do a chord spelling where to font only accepts capitalized letters as note names. Then you can use &#x27;b&#x27; as flat &#x27;♭&#x27; and have no conflict with the note-name called B.<p>Also you can specify chords using numbers. Numbers accept accidentals <i>before</i> the number part of the string as opposed to <i>after</i> in the case of &quot;alphabet&quot; note names. And numbers can be spelled either &quot;Nashville&quot; like 1,2mi,3, or &quot;Roman&quot; like the following example. Notice to that in that one any minor or diminished or half-diminished chords use lowercase numerals.<p><pre><code> Summertime - Gershwin |Imi | iimi7(b5) V7 | Imi | | |ivmi7 | | bVI7 V7 | ... </code></pre> You could use numeral-glyph substitution when encountering substrings with consecutive members of &quot;IiVv&quot; that are also valid numerals.<p>Also it would be nice to be able to use the character, &#x27;|&#x27;, to add measure lines, fer countin&#x27;, fer the slower ones out there like yours truly. I could see this as being useful if it could be used a little more comprehensively, like in the ways I&#x27;ve outlined.<p>&quot;Easy&quot; thing for you to do to improve this drastically is to make it so you can just have any old text you want in between the backslashes. Or have another entry point in the font where that is possible.
评论 #38561944 未加载
评论 #38553868 未加载
评论 #38562076 未加载