logoalt Hacker News

bonziniyesterday at 6:37 PM3 repliesview on HN

https://youtu.be/Eq3bUFgEcb4 explains why music notation is the way it is. There are very good reasons for it.

The parts that are really weird (like the C clef) have mostly been obsoleted, unless you play the viola I guess.


Replies

jerfyesterday at 7:59 PM

It kind of reminds me of the periodic declaration someone makes on HN that textual programming sucks and we all need to switch to something else, usually visual programming in this case.

If someone takes time to deeply understand the advantages of the textual approach and then builds an alternative, I'll listen.

But at this point, anyone who is doing this and their criticism of the original approach is shallow and uninsightful, where it's basically just "it's old and it must therefore suck", is unlikely to produce a good answer.

I think that applies to the music notation case too. "Conventional" music notation isn't just a staff and a couple of types of notes. By the time you handle all the use cases that conventional notation handles, or even just a solid subset of it, your brand new notation is probably a lot less elegant than it started out as in someone's head.

show 2 replies
song_synthyesterday at 7:02 PM

love that video, it made me lol so hard the first time I saw it :D

Classical composer and software engineer here. One of my goals is to help update score notation. I use something called "harmonic coloring" which is like a reduced MIDI notation: You color a note by its functional role (harmonic value) rather than an arbitrary hue in 0-11.

What this view shares with MIDI: Long rectangles representing the applied durations. How it is different: Occupies a minimal amount vertical space.

The color palette I'm using is intended to support people with colorblindness. The shades/hues of a color encodes the functional harmony. The root key signature (origin) is always the same color; and chords some distance r away on the circle of fifths is the shade/hue at that offset r.

There is a similar concept described in the Tantacruel video towards the end.

You can explore it here on Monic Theory. (mobile view should be fixed within 48 hours)

https://monictheory.com/project-templates

show 1 reply
jaggirsyesterday at 7:15 PM

I suppose it makes historical sense, and even ingeniously designed.

But it, and the piano black keys with it, are definitely not optimal. It makes playing in C easy, and playing in anything else hard. I've picked up a new instrument since ~2 months, and 1 month in I could already play all scales by by deliberately staying away from music notation, learning the raw distances/steps that make up a scale and how to play them, rather than the 'delta from C', which is how classical training taught me to think. (Same story for chords etc)

show 2 replies