Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/no-chris/chord-mark
Chord Charts. Evolved.
https://github.com/no-chris/chord-mark
chord-charts chord-progression chord-sheet chordpro chords chordsheet chordsheet-editor guitar guitar-chords guitar-tabs music music-notation piano tabs ukulele
Last synced: 3 months ago
JSON representation
Chord Charts. Evolved.
- Host: GitHub
- URL: https://github.com/no-chris/chord-mark
- Owner: no-chris
- License: mit
- Created: 2019-03-24T18:32:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T22:34:34.000Z (10 months ago)
- Last Synced: 2024-07-15T22:22:58.935Z (4 months ago)
- Topics: chord-charts, chord-progression, chord-sheet, chordpro, chords, chordsheet, chordsheet-editor, guitar, guitar-chords, guitar-tabs, music, music-notation, piano, tabs, ukulele
- Language: JavaScript
- Homepage: https://chordmark.netlify.app
- Size: 24.1 MB
- Stars: 51
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-music - chord-mark - reference implementation of ChordMark, a text notation format for lyrics, chords and rhythm. (Audio Libraries)
- awesome-music - chord-mark - reference implementation of ChordMark, a text notation format for lyrics, chords and rhythm. (Audio Libraries)
README
[![build](https://github.com/no-chris/chord-mark/actions/workflows/build.yml/badge.svg)](https://github.com/no-chris/chord-mark/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/no-chris/chord-mark/badge.svg?branch=master)](https://coveralls.io/github/no-chris/chord-mark?branch=master)
[![codebeat badge](https://codebeat.co/badges/78861a38-f06a-44f4-af79-172a31e8ad3e)](https://codebeat.co/projects/github-com-no-chris-chord-mark-master)# ChordMark
The purpose of ChordMark is to provide the easiest possible way to write accurate chord charts, e.g., text-based song transcriptions with lyrics and chords.
ChordMark charts are usable by all musicians, whether they sing or not, whether they already know the song or not, and whether the song harmony is complex or simple.ChordMark is both:
- a grammar to write chords charts in a fast, efficient and accurate way, encoding lyrics, chords and rhythm information.
- an Open Source Javascript module, `chord-mark`, allowing to process ChordMark files and to format them with a high degree of customization.ChordMark is supported by [Chord Chart Studio](https://chord-chart-studio.netlify.app/), a free, web-based, ChordMark native editor, that showcases all the possibilities of the format.
ChordMark has some unique features that make it stand out from other chord charts formats:
- it focuses on writability, allowing writing chord charts faster than ever
- it offers higher precision in the song transcription, thanks to its ability to encode rhythm information
- it allows customizing the rendering for each band member (and not only the one that sings)Want to give it a try? Head over to the [5 minutes tutorial](https://chordmark.netlify.app/docs/getting-started).
## Available packages
| Package name | Desription |
| ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [chord-mark](https://github.com/no-chris/chord-mark/tree/master/packages/chord-mark) | The core library for parsing and rendering songs |
| [chord-mark-converters](https://github.com/no-chris/chord-mark/tree/master/packages/chord-mark-converters) | Convert to and from ChordMark format |
| [chord-mark-themes](https://github.com/no-chris/chord-mark/tree/master/packages/chord-mark-themes) | A set of themes to style `chord-mark` output |
| [documentation](https://github.com/no-chris/chord-mark/tree/master/packages/documentation) | The documentation website |## Documentation
Check the [User Guide](https://chordmark.netlify.app).