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
Add musical examples of double-sharp and double-flat usage (#3855) (#4675)
* Add musical examples of double-sharp and double-flat usage (#3855)
* Update examples with Music Blocks code as requested
* Update examples with Music Blocks code
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 keep the pattern of moving step by step through the musical alphabet (A to G).
391
+
392
+
2.**D♯ Major Scale**
393
+
- Notes: D♯, E♯, F𝄪, G♯, A♯, B♯, C𝄪
394
+
- C𝄪 is written instead of D so that the note names follow the correct sequence and each letter is used only once.
395
+
396
+
3.**F♭ Major Scale**
397
+
- Notes: F♭, G♭, A♭, B𝄫, C♭, D♭, E♭
398
+
- B𝄫 is used instead of A to preserve the proper spacing between scale steps.
0 commit comments