Skip to content

DDMAL/Neon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7118c46 Â· Mar 20, 2025
Feb 13, 2025
Sep 12, 2022
Feb 3, 2025
Feb 19, 2025
Feb 3, 2025
Aug 18, 2022
Mar 20, 2025
Jun 19, 2024
Jan 10, 2025
Aug 18, 2022
Aug 18, 2022
Jan 10, 2025
Aug 18, 2022
Jun 18, 2019
May 1, 2019
May 8, 2023
Nov 23, 2022
Jun 19, 2024
Aug 18, 2022
Jun 25, 2024
Jun 19, 2024
Jun 19, 2024

Repository files navigation

Neon v6.0.0

Build_Status License: MIT dependencies Status devDependencies Status

Neume Editor ONline.

Neon is a browser-based music notation editor written in JavaScript using the Verovio music engraving library. The editor can be used to manipulate digitally encoded early musical scores in square-note notation.

Neon is a re-write of Neon.JS using a modified version of Verovio to render MEI-Neume files according to the MEI 5.0.0-dev specifications.

Neon for Artists

Neon has two main modes: viewer and editor. To learn how to use both, read the instructions on our wiki.

Neon for Developers

To Run Neon locally

Requirements

  • yarn:
    • brew install yarn on Mac

Setup

  1. Install the dependencies using yarn:
yarn install
  1. Build webpack:
yarn build
  1. Start the server:
yarn start
  1. Access the page at: http://localhost:8080.

For more information, read the instructions on our wiki.

Testing

We use Cypress for E2E testing.

Run the command yarn test. Read more about testing on our wiki.

Verovio

Verovio is present as an npm package under verovio-util/verovio-dev with the name verovio-dev. Its contents come from the emscripten/npm-dev folder in a Verovio project folder.