Popularity
6.0
Growing
Activity
0.0
Stable
10
4
4

Monthly Downloads: 22
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.

Do you think we are missing an alternative of abcnotation or a related project?

Add another 'Music' Package

README

Build Status

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