package toffee

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Grid.Origin_zero_placementSource

Grid placement specification in origin-zero coordinates.

Sourcetype t =
  1. | Auto
    (*

    Auto-placement according to grid auto-flow.

    *)
  2. | Line of origin_zero_line
    (*

    Explicit line placement.

    *)
  3. | Span of int
    (*

    Span the specified number of tracks.

    *)