> 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)
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
> 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
[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
> 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
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
> 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
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