Werner LEMBERG: > Dirck: ... > > I thought it was possible to embed a lilypond file, or run Lilypond > > in LaTex. ... > 1. Use `lilypond-book`: You write a LaTeX file, using a *different* ... lilypond-book is included in the lilypond distribution https://lilypond.org/doc/v2.26/Documentation/usage/lilypond_002dbook
> 2. Use the `lyluatex` package for LuaLaTeX. This combines steps 1a ... lyluatex is available here: https://ctan.org/pkg/lyluatex https://github.com/jperon/lyluatex https://latex.org.uk/macros/luatex/latex/lyluatex/lyluatex.pdf > > Does anyone know of a GOOD TUTORIAL, including ALL the obvious > > instructions, for making a book with Lilypond / LaTeX? Maybe this can be of help: https://tex.stackexchange.com/questions/702191/incorporating-lilypond-files-in-latex https://tex.stackexchange.com/questions/695050/how-to-run-shell-escape-for-lualatex-in-texshop /// Lilypond can produce PostScript (and eps), pdf, png and svg output files. Integrating lilypond with some other program, e.g. a word processor, is to: . run lilypond to produce some, for the other program, suitable files . include thoose files into the other program . also the other program and lilypond have to agree on the line length the witdh of the scores lilypond-book and lyluatex does that for you, but you could also do it yourself if you wish. /// To use lilypond and lilypond-book you usually need to be able to use the terminal https://support.apple.com/en-euro/guide/terminal/welcome/mac so it might be fruitful for you to test out the terminal. There seems to be possible for TeXShop to run any of thoose programs for you. Regards, /Karl Hammar
