hts-0.15: Haskell Music Typesetting

Safe HaskellSafe-Inferred
LanguageHaskell98

Music.Typesetting.Query

Contents

Synopsis

Note annotation

na_annotation_at_tied :: N_Annotation -> At_Tied Source

Determines where an annotation is placed at tied notes.

Note

Measure annotation

Measure

list_to_maybe :: [a] -> Maybe a Source

Just a for singleton list, else Nothing.

Temporal map

type SI_Map a = [(Integer, a)] Source

integrate :: Num a => [a] -> [a] Source

dx -> d

integrate [1,3,6,10] == [1,4,10,20]