hts-0.1: Haskell Music Typesetting

Music.Typesetting.Literal

Contents

Synopsis

Functions for writing music by hand.

annotate_first :: (a -> x -> x) -> a -> [x] -> [x]Source

annotate_last :: (a -> x -> x) -> a -> [x] -> [x]Source

annotate_bracket :: (a -> x -> x) -> (a, a) -> [x] -> [x]Source

n_annotate_tie_endpoints :: (N_Annotation, N_Annotation) -> Note -> NoteSource

Apply annotations to the start and end points of each tied note.

Parts, groups etc.

Interop