hts-0.14: Haskell Music Typesetting

Safe HaskellSafe-Inferred

Music.Typesetting.Ascribe

Synopsis

Documentation

p_or :: (t -> Bool) -> (t -> Bool) -> t -> BoolSource

Predicate or.

set_note_duration :: (Duration_A, Note) -> NoteSource

Drop annotation on repeated notes.

mm_ascribe :: [[Duration_A]] -> [Note] -> [[Note]]Source

Variant of mm_ascribe_chd post-processed by set_note_duration.