lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond syntax for markdown pigments codehilite


From: tisimst
Subject: Re: lilypond syntax for markdown pigments codehilite
Date: Wed, 1 Jun 2016 10:28:40 -0700 (MST)


On Wed, Jun 1, 2016 at 11:21 AM, Noeck [via Lilypond] <[hidden email]> wrote:
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 }
```

I assume I could add some kind of config file with the lilypond keywords
and other syntactic elements to the markdown codehilite extension settings.

Has anybody done that before?
Does Frescobaldi do something similar to highlight the code?
Or lilypondblog?

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.

HTH,
Abraham 


View this message in context: Re: lilypond syntax for markdown pigments codehilite
Sent from the User mailing list archive at Nabble.com.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]