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

Cmd.Repl.LView

Synopsis

Documentation

create

create_infer :: Text -> Cmd.CmdL ViewId Source #

Create a view from a BlockId inferred like a block call would, from the selected block.

cover :: Cmd.M m => m [ViewId] Source #

For the current window, open enough views at the current zoom to see the score from the current time until the end of the block.

arrange

arrange :: Cmd.CmdL () Source #

Crunch all the views up against each other.

compact :: Rect.Rect -> [(a, Rect.Rect)] -> [(a, Rect.Rect)] Source #

save and load

saved :: Cmd.CmdL Text Source #

Show the list of saved views, with a star on the focused one.

save :: Text -> Cmd.CmdL () Source #

Save the current view layout.

remove :: Ui.M m => Text -> m () Source #

zoom

zoom_from :: Cmd.M m => ViewId -> m () Source #

Copy the zoom factor from the given view to the selected one. This is useful when lining up parts.