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
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
-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
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
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.
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 }