music-score-1.3.1: Musical score and part representation.

Portabilitynon-portable (TF,GNTD)
Stabilityexperimental
Maintainerhans@hanshoglund.se
Safe HaskellNone

Music.Score.Chord

Description

Provides articulation.

Documentation

class HasChord a whereSource

Associated Types

type ChordNote a :: *Source

Methods

getChord :: a -> [ChordNote a]Source

flatten :: (MonadPlus m, HasChord a) => m a -> m (ChordNote a)Source