Language and \inlcude

2009-11-15 Thread Ichiro Watanabe
Hi there, The --safe flag disallows \include directives. I'm sure there are very good reasons for it. However, this seems to unnecessarily prevent users who need to compile their source in safe mode from choosing one of the supported languages for notes and accidentals. Would it be possible to pro

Re: CGI interface to lilypond

2009-11-10 Thread Ichiro Watanabe
> If you are writing the html yourself, then why do you want a cgi > call? I'm not necessarily writing the html myself. A CGI interface is useful for the same use cases that mathtex enables with LaTeX. > It doesn't make any sense to regenerate the output every time > somebody looks at the webpage

Re: CGI interface to lilypond

2009-11-10 Thread Ichiro Watanabe
> For an individual person, lilypond-book can already process html > files, so there is nothing extra needed. Thank you. I think I didn't explain myself very well. My goal is to embed the lilypond source in HTML source. Something like this Example This is my new song: My under

CGI interface to lilypond

2009-11-09 Thread Ichiro Watanabe
Hi there, I am new to lilypond. I am wondering if there exists an interface like mathtex, for lilypond. For those who don't know mathtex, it's a way of embedding rendered TeX images directly and easily in an HTML page (and therefore in wikis, in blogs etc), through a relatively simple CGI service.