Re: lilypond syntax for markdown pigments codehilite

2016-06-01 Thread Noeck
Hi all, I found it: ly.colorize.HtmlWriter was what I was looking for. Thanks for all the hints. Cheers, Joram ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond syntax for markdown pigments codehilite

2016-06-01 Thread Noeck
Hi Urs, Am 01.06.2016 um 19:57 schrieb Urs Liska: > If any of these sounds interesting I can give you more details. Yes. I am currently looking into python-ly (document, colorize). It seems like there is something to be found. But if you have a link how to do this: html_with_pgyment_classes = so

Re: lilypond syntax for markdown pigments codehilite

2016-06-01 Thread Urs Liska
-ly package. I have also written a Node module wrapper for that. And a plugin for Gitbook. If any of these sounds interesting I can give you more details. Best Urs > >HTH, >Abraham > > &g

Re: lilypond syntax for markdown pigments codehilite

2016-06-01 Thread Noeck
Am 01.06.2016 um 19:28 schrieb tisimst: > On lilypondblog and my blog, we both use a CSS file that defines the > classes and then use Frescobaldi to export the input file as properly > classified html. Thanks, Abraham. That's good to know. Probably, my assumption that surely you, Urs, et al. did

Re: lilypond syntax for markdown pigments codehilite

2016-06-01 Thread tisimst
obaldi to export the input file as properly classified html. HTH, Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/lilypond-syntax-for-markdown-pigments-codehilite-tp191304p191305.html Sent from the User mailing list archive at Nabble.com.

lilypond syntax for markdown pigments codehilite

2016-06-01 Thread Noeck
Hi, does anybody have a lilypond style for pigments codehilite? What I am able to do with python markdown is this: ```python if i == 0: print(i) ``` and I get an html file with classes to style the code block. What I want to do is the same with lilypond code: ```lilypond \relative { a'4 c }