Fix a missing note in Mary Had a Little Lamb
Verified against a teaching transcription (gmajormusictheory.org): line 2
("...its fleece was white as snow") is E D C D E E E E D D E D C — four
E's in a row, not three. The previous version dropped one E.
Also fetch-verified and confirmed already accurate: Twinkle Twinkle
Little Star, Row Row Row Your Boat, Old MacDonald Had a Farm, London
Bridge, Three Blind Mice, and (independently) the earlier Jingle Bells
fix.
This commit is contained in:
+6
-3
@@ -4374,10 +4374,13 @@ const NURSERY_PIECES=(function(){
|
||||
[2,2,2,2,2,2,4,2,2,2,2,2,2,4,2,2,2,2,2,2,4,2,2,2,2,2,2,4,2,2,2,2,2,2,6],
|
||||
3,C4);
|
||||
// ── Mary Had a Little Lamb ──
|
||||
// Line 2 ("...its fleece was white as snow") was missing a note: verified against a
|
||||
// teaching transcription (gmajormusictheory.org) as E D C D E E E E D D E D C — four
|
||||
// E's in a row, not three.
|
||||
var mary=rhyme("Mary Had a Little Lamb","S.J. Hale (1830)",80,
|
||||
[E4,D4,C4,D4,E4,E4,E4,D4,D4,D4,E4,G4,G4,E4,D4,C4,D4,E4,E4,E4,D4,D4,E4,D4,C4],
|
||||
[2,1,0,1,2,2,2,1,1,1,2,3,3,2,1,0,1,2,2,2,1,1,2,1,0],
|
||||
[2,2,2,2,2,2,4,2,2,4,2,2,4,2,2,2,2,2,2,2,2,2,2,2,6],
|
||||
[E4,D4,C4,D4,E4,E4,E4,D4,D4,D4,E4,G4,G4,E4,D4,C4,D4,E4,E4,E4,E4,D4,D4,E4,D4,C4],
|
||||
[2,1,0,1,2,2,2,1,1,1,2,3,3,2,1,0,1,2,2,2,2,1,1,2,1,0],
|
||||
[2,2,2,2,2,2,4,2,2,4,2,2,4,2,2,2,2,2,2,2,2,2,2,2,2,6],
|
||||
3,C4);
|
||||
// ── Happy Birthday ──
|
||||
var birthday=rhyme("Happy Birthday","P.S. Hill (1893)",75,
|
||||
|
||||
Reference in New Issue
Block a user