hly-0.15: Haskell LilyPond

Safe HaskellSafe-Inferred
LanguageHaskell98

Music.LilyPond.Light.Paper

Contents

Description

Paper related functions and constants.

Synopsis

Paper

paper_set_margins :: Length -> Length -> Length -> Length -> Paper -> Paper Source

Set margins, ordering as for CSS, ie. clockwise from top.

paper_set_margins_mm :: Real n => n -> n -> n -> n -> Paper -> Paper Source

Variant with margins given in mm.