Webern v0.1.0 Webern.Lilypond protocol View Source

Webern.Lilypond is a protocol providing a single method, to_lily/1, defining a lilypond format for the provided Webern.Row or Webern.Matrix.

to_lily/1 returns a complete lilypond document that can be saved to a file and compiled to PDF.

Link to this section Summary

Functions

Accepts a single argument lilypondable which is a Webern.Row or Webern.Matrix and returns a complete LilyPond document string representing the provided LilyPond-able struct

Link to this section Types

Link to this section Functions

Accepts a single argument lilypondable which is a Webern.Row or Webern.Matrix and returns a complete LilyPond document string representing the provided LilyPond-able struct.