Popularity
6.0
Growing
Activity
0.0
Stable
9
4
3
Monthly Downloads: 27
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Music
Multimedia
abcnotation alternatives and similar packages
Based on the "Music" category.
Alternatively, view abcnotation alternatives based on common mentions on social networks and blogs.
-
csound-expression-typed
type system for csound-expression lib -
csound-expression-dynamic
dynamic core for csound-expression -
music-articulation
Abstract representation of musical articulation. -
music-graphics
Diagrams-based visualization of musical data structures.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of abcnotation or a related project?
README
abcnotation
This package contains a Haskell representation and parser for ABC notation.
ABC notation is a text-based music notation system designed to be comprehensible by both people and computers. For more information see http://abcnotation.com.
Based on the 2.1 standard.
Limitations
- Limited support for volatile features
- Limited support for text strings (§8.2)
- No mnemonics
- No entities
- Unicode escapes are supported
- No support for macros (§9)
- No support for outdated syntax (§10)
- Stylesheet directives are ignored (§11)
- Typeset text is ignored (§2.2.3)
- Strict interpretation assumed (§12)
Requirements
Installation
cabal configure
cabal install