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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -381,6 +381,25 @@ lower by one half step. In the example, on the left, just the *Pitch*
381
381
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
+
##### Examples of Double-Sharp and Double-Flat Usage
385
+
386
+
Double-sharps (𝄪) and double-flats (𝄫) are used in certain keys and advanced compositions to preserve correct scale structure or harmonic context. Here are a few examples:
387
+
388
+
1.**G♯ Major Scale**
389
+
- Notes: G♯, A♯, B♯, C♯, D♯, E♯, F𝄪
390
+
- F𝄪 is used instead of G to preserve stepwise motion in the scale.
391
+
392
+
2.**D♯ Major Scale**
393
+
- Notes: D♯, E♯, F𝄪, G♯, A♯, B♯, C𝄪
394
+
- F𝄪 and C𝄪 are enharmonic to G and D, respectively, but keep the scale consistent.
395
+
396
+
3.**F♭ Major Scale**
397
+
- Notes: F♭, G♭, A♭, B𝄫, C♭, D♭, E♭
398
+
- B𝄫 helps maintain the correct intervallic relationships.
0 commit comments