[Haskell-cafe] Syntax programming with lexemes rather than trees?
Stephen Tetley
stephen.tetley at gmail.com
Wed Mar 24 07:48:13 EDT 2010
Hi Max
LilyPond has already answer this one (and ABC can't handle it) -
scores are collections of instrument parts and parts themselves are
made of measures. In practice, I do all assembly at the score/part
level with untyped pretty printing combinators, trying for a typed
representation would be too restrictive - LilyPond has a very large
LaTeX style syntax for assembling scores.
Best wishes
Stephen
On 24 March 2010 11:25, Max Rabkin <max.rabkin at gmail.com> wrote:
[Snip]
> Is a performance a collection of measures or a collection of
> instruments? A tree-like structure makes you choose, but in truth it
> is both. I'm not sure I've seen a good solution to this kind of
> problem in FP.
More information about the Haskell-Cafe
mailing list