I am a sixty year old newbie from Coventry UK slowly getting my head around Texworks. I am very impressed with the power of Tex. I have successfully managed to get my first lot of code in Texworks to compile and it's looking good. I also have some code in Frescobaldi that works. I now need to get my lilypond code from Frescobaldi to integrate within my Texworks code.
This is what I tried within Texworks.
Code: Select all
\documementclass{article}
\usepackage(lilypond}
\begin{document}
LOAD OF WORKING LaTeX CODE
\begin{lilypond}
LOAD OF LILYPOND CODE (WORKING OK IN FRESCOBALDI)
\end{lilypond}
\end{document}
Code: Select all
! LaTeX Error: File lilypond.sty not found
Best regards,
dodgyg1