You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -382,6 +382,15 @@ block `re` is lowered by one half step; on the right, both *Pitch*
382
382
blocks are raised by one half step. (You can also use a double-sharp
383
383
or double-flat accidental.) [RUN LIVE](https://musicblocks.sugarlabs.org/index.html?id=1733231694757697&run=True)
384
384
385
+
## Why Use Double-Sharps and Double-Flats?
386
+
387
+
In musical notation, each note in a scale should have a unique letter name (A to G). Double-sharps (𝄪) and double-flats (𝄫) are used to maintain this structure and avoid repeating letters within a scale.
388
+
For example:
389
+
390
+
In G♯ Major, instead of ending on G again, we write F𝄪 to preserve the one-letter-per-note pattern.
391
+
392
+
In D♯ Major, we use C𝄪 instead of D for the same reason. Though enharmonically equivalent (F𝄪 = G), using double-sharps ensures that music theory and notation rules are followed.
0 commit comments