Re: [Groff] lilypond and groff

2015-02-01 Thread Werner LEMBERG
> The 2 steps I miss there are: > > 1) you can not inster .lilypond start .lilypond end in the >input code, and just send it through groff. You have to use >glilypond first. But this *is* documented! Perhaps you can provide a patch that improves the wording in glilypond.man. > 2)

Re: [Groff] lilypond and groff

2015-02-01 Thread Grégoire Babey
Dear Werner, GREAT! Everything is working now and I can complete the memo I was writing. Thank you for answering me so soon! I know you prefer Latex to write this kind of papers. So you have been propably even searching an trying for a while. More thanks :o) And yes, it would be big help to a

Re: [Groff] lilypond and groff

2015-01-31 Thread Werner LEMBERG
> Note that for security reasons most programs calling ghostscript as > a subprocess use its `-dSAFER' option. This is the reason that you > can't view `qwerty.ps' with e.g. `gv' or `evince' because the > lilypond snippets use ghostscript's `.loadfont' operator, which is > not allowed in safer mo

Re: [Groff] lilypond and groff

2015-01-31 Thread Werner LEMBERG
[please include the groff mailing list] > qwer > .lilypond start > \version "2.18.2" > \header { > footer = "" > tagline = "" > } > > \paper { > indent = 0 > } > > { > c' e' g' e' > } > .lilypond end > > The input-file is named qwer1.me Ah, looking up an old thread in the gro

Re: [Groff] lilypond and groff

2015-01-29 Thread Werner LEMBERG
> With 2.16, I could transform .ly input into an .PSPIC... with > glilypond. > Since I have the 2.18.2-1-version, glilypond doesn't work any more. *All* lilypond input files fail with glilypond? Well, my first guess is that you have a syntax error somewhere, so please test whether calling lilyp

Re: [Groff] lilypond and groff

2015-01-29 Thread Grégoire Babey
Le lundi 26 janvier 2015 à 07:41 +0100, Werner LEMBERG a écrit : > BTW, I *strongly* recommend to update your lilypond installation to > version 2.18.x, since (a) its output much superior to 2.16.x, and (b) > the 2.16 series is no longer supported. . > Hallo Werner, With 2.16, I could transfor

Re: [Groff] lilypond and groff

2015-01-25 Thread Werner LEMBERG
> This way works, but the music is not between the lines of text, it > takes a whole page (see attachement 1). You must disable the footer in the lilypond input – and you should also set the indentation of the first line to zero to get a really tight bounding box. Try something like the followin

[Groff] lilypond and groff

2015-01-25 Thread Grégoire Babey
Hi groffies, I need to insert just 2 lines of music between lines of text. I took a look in the archives and found explanations about glilypond. I was reading the manpage of glilypond too. I understood, there are 3 ways to insert music in a text: I choosed first very simple lilypond input to pr