hly-0.16: Haskell LilyPond

Safe HaskellSafe
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_generic :: Real n => n -> n -> n -> n -> Paper -> Paper Source #

paper_set_margins_mm :: Double -> Double -> Double -> Double -> Paper -> Paper Source #

Variant with margins given in mm.