diff --git a/data/essays/2026-03-22-pytheory_breaking_through_five_years_of_creative_block_with_ai.md b/data/essays/2026-03-22-pytheory_breaking_through_five_years_of_creative_block_with_ai.md index c696715..ebed3ae 100644 --- a/data/essays/2026-03-22-pytheory_breaking_through_five_years_of_creative_block_with_ai.md +++ b/data/essays/2026-03-22-pytheory_breaking_through_five_years_of_creative_block_with_ai.md @@ -267,6 +267,9 @@ play(c, temperament="pythagorean", synth=Synth.SAW) Because sometimes you just want a quick answer without writing a script: ```bash +# Play a C major chord +$ pytheory play C4 E4 G4 + # What's in the key of D major? $ pytheory key D major