I have the following lytex file, test.lytex:
\begin{document}
\begin{lilypond}
melodyone = \relative { \time 4/4 \key c \major c1}
\book {\bookOutputName "melody1" \bookpart { \score { << \new Staff
{\transpose c c \melodyone } >> } } }
\end{lilypond}
\end{document}
and run the command C
dy1" \bookpart { \score { << \new Staff
{\transpose c c \melodyone } >> } } }
regards,
Jonathan
On Tue, Oct 31, 2017 at 4:32 PM, Jonathan Shamblen
wrote:
> I am using lilypond-book to compile snippets in a lytex file; but I don't
> want to recompile any snippets that h
I am using lilypond-book to compile snippets in a lytex file; but I don't
want to recompile any snippets that have already been created.
This works as expected when running the command
$ C:/Python27/python "C:\Program Files
(x86)\LilyPond\usr\bin\lilypond-book.py" --pdf file0.lytex;
on the lytex