Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbolster/emacs-music-chord
emacs major mode for text files with musical chords
https://github.com/wbolster/emacs-music-chord
Last synced: about 2 months ago
JSON representation
emacs major mode for text files with musical chords
- Host: GitHub
- URL: https://github.com/wbolster/emacs-music-chord
- Owner: wbolster
- Created: 2018-07-29T19:07:40.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T13:22:52.000Z (almost 3 years ago)
- Last Synced: 2023-04-09T12:18:20.976Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
music-chord.el
==============This is an Emacs major mode for text files containing musical chords.
It provides basic syntax highlighting for the (very non-strict)
notation used on lyrics/chords/tabs web sites to annotate songs with
their structure and chord progressions.Usage
-----Open a text file, then execute:
``` emacs
M-x music-chord-mode
```Example
-------``` text
[verse]
C7 (3X)
lalala
G7
lala[chorus x2]
```Credits
-------Written by wouter bolsterlee (wbolster).