hts-0.15: Haskell Music Typesetting

Safe HaskellSafe-Inferred
LanguageHaskell98

Music.Typesetting.Ascribe

Synopsis

Documentation

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

Predicate or.

set_note_duration :: (Duration_A, Note) -> Note Source

Drop annotation on repeated notes, and do not tie rests.

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

Variant of mm_ascribe_chd post-processed by set_note_duration.