Re: [Haskell-cafe] Panmusic?

Is anyone working on the universal music notation converter in Haskell?
https://github.com/music-suite/music-suite http://music-suite.github.io/docs/ref/ I think this intends to be "the pandoc of music". I was looking into lilypond parsing for that, see my fork https://github.com/jwaldmann/lilypond-parse#goals but I'm currently stalled on this, for lack of time - and for the thorough mess that lilypond makes of mixing lexing, parsing, and semantics. It's as bad as TeX ... - J.

Johannes Waldmann
Is anyone working on the universal music notation converter in Haskell?
https://github.com/music-suite/music-suite http://music-suite.github.io/docs/ref/
I think this intends to be "the pandoc of music".
Thanks for the pointer! This looks very interesting.
I was looking into lilypond parsing for that, see my fork https://github.com/jwaldmann/lilypond-parse#goals but I'm currently stalled on this, for lack of time - and for the thorough mess that lilypond makes of mixing lexing, parsing, and semantics.
Yeah, a good LilyPond parser needs to have a Scheme interpreter built-in.
It's as bad as TeX ...
That is intetional I guess. LilyPond is modeled after TeX. -- CYa, ⡍⠁⠗⠊⠕

Hi
[lilypond]'s as bad as TeX ...
That is intetional I guess. LilyPond is modeled after TeX.
Sure. I should have added: .. and as brilliant as well. Horrible language, with beautiful output.
Yeah, a good LilyPond parser ..
the lexer, even?
.. needs to have a Scheme interpreter built-in.
So, do you have such a parser? - J.
participants (2)
-
Johannes Waldmann
-
Mario Lang