Information and Help!

This page is proof-of-concept for an online Javascript notation program. It is a scriptable notation engine that could be adapted for many purposes by those with JavaScript skills. Examples might include guided composition activities, interactive theory exercises, LMS test question development, etc. It is in development (as time permits).

   (1) Click the desired note value from those on the left (or type 1-5)
   (2) Enter notes by clicking on the staff (or type A-G).
   (3) Backspace to delete the last note.
   (4) Type "," "." "/" for octave changes.
   (5) Type "-" "=+" "0" for flat, sharp or natural
   (6) Type "M" for a measure (bar) line.
   (7) Type "R" for a rest.
   (8) Type "P" to play.
   (9) Print music by choosing File>Print.
   (10) To start over, click New Score, reload, or type "N".


   (11) Type "K" to select chord entry (not implemented).
   (12) Type "L" to change layers (not implemented).
ONLINE MUSIC NOTATION (Firefox, Safari, or Chrome required) - by FLOYD RICHMOND
          
Octave:
2 3 4 5 6          Chord:          Layers: 1 2
Accidental: None   Flat    Sharp    Natural   
Key Signature: 0 #/b
1# 2# 3# 4# 5# 6# 7#
1b 2b 3b 4b 5b 6b 7b

   
Contact Floyd Richmond for more information
show clef | hide clef


SONG DATA FOR MIDI:

SONG DATA FOR MUSIC XML:
HELP:

This page implements an online javascript notation program.  The program functions in Safari (Mac/Win) Chrome (Mac/Win) and Firefox (Mac/Win).  It could be made to function in any browser (current or future) by refining its DOM routines.



1
2
3
4
5



NOTE VALUES

To do:

JZZ v.0.0 test page

MIDI-Out: NONE

MIDI-In: NONE

messages