Solsong Chord Updates

June 10th, 2026
chords, music, solsong
A couple years ago I put together a Secular Solstice Songbook, a compilation of all the songs we've sung at Boston Solstice. Anna Tchetchetkine and I led a session of group singing at LessOnline, following up from an informal one the year before, and I noticed several annoying things with its chord handling:

  • Despite being digital, it didn't support transposition.

  • Some songs didn't repeat the chord if they were unchanged, which meant that when scrolling new lyrics into view you'd lose the chords.

  • This is minor, but I like to align the chords in a grid and the repeat sign was very slightly to narrow, throwing off the grid.

In asked Claude Code to fix these, and it did almost all of it. The exception was a few cases where it wasn't obvious which chords to use and I needed to make some manual edits.

My favorite part is that it preserves the grid even when the addition of accidentals changes widths. For example, here are the chords I have for haMephorash:

C Am C  Am
F G  C  G
C FG Am F
G E  Am /

If for some reason I wanted to play it in E instead of C, I could bring it up four semitones:

E C#m E   C#m
A B   E   B
E AB  C#m A
B Ab  C#m /

Note that because C#m is wider the columns containing it are now slightly wider to make room, accross the board.

I'm pretty happy with it, though I haven't tried using it for real yet.

Referenced in: Recipe Rescaler

Comment via: facebook, lesswrong, mastodon, bluesky

Recent posts on blogs I like:

Let's Taboo the V-Word

Read this post on Substack.

via Home July 12, 2026

Thing of Things AI use policy

dynomight recently wrote an article calling for bloggers to state publicly whether and how they use AI

via Thing of Things July 6, 2026

Agentic test processes, LLM benchmarks, and other notes on agentic coding from Galapagos Island

I've been using AI fairly heavily since last November and the whole thing is a funny experience. An agent will do something that, if a human did it, you'd immediately fire them. My reaction, of course, is to act as if this is great and spin up a t…

via Posts on July 3, 2026

more     (via openring)