24 Mar
2010
24 Mar
'10
11:48 a.m.
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@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.