Hello again,
after some tries I wrote a little bash script, which creates a PDF from
a TEX document holding both MusixTex (MT) and LilyPond (LY) code.
It uses latex, lilypond-book and musixtex. Intermediate files are stored
in a subdir
I decided against including eps files created from MT and LY,
Hartmut:
> I'm writing/producing a song book, but want to use both LilyPond and
> MusixTex, since I already got sheets in both types/languages.
>
> Here's what I do so far:
> (1) Use lilypond-book to translate LY to TEX
Instead of lilypond-book you can produce eps's which you can
manually \input,
Hartmut Leister writes:
> Hello all,
>
> I'm writing/producing a song book, but want to use both LilyPond and
> MusixTex, since I already got sheets in both types/languages.
>
> Here's what I do so far:
> (1) Use lilypond-book to translate LY to TEX
> (2) link the new TEX-file from the MusixTex-P
Hello all,
I'm writing/producing a song book, but want to use both LilyPond and
MusixTex, since I already got sheets in both types/languages.
Here's what I do so far:
(1) Use lilypond-book to translate LY to TEX
(2) link the new TEX-file from the MusixTex-Project
(3) translate MusixTex to pdf
Is