Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Derive.C.Prelude.Highlight

Description

Calls to highlight events.

Synopsis

Documentation

c_highlight_strings_note :: Generator Note Source #

This is a generator that goes on null call, not a transformer over everything.

out_of_range :: ScoreTime -> NoteDeriver -> NoteDeriver Source #

Highlight with Color.Warning if there is EnvKey.instrument_top or EnvKey.instrument_bottom and the pitch is above or below it, respectively.

open_strings Source #

Arguments

:: RealTime 
-> (Bool -> Maybe.Maybe Color.Highlight)

True if this note is on an open string.

-> NoteDeriver 
-> NoteDeriver 

Orphan instances