IntelliSense and autocompletion for commands and environments.
Example Lytex Snippet
\documentclass{article}
\usepackage{lilypond}
\begin{document}
Here’s a simple melody:
\begin{lilypond}
\relative c' { c d e f g a b c }
\end{lilypond}
\end{document}
Lytex Preview: LaTeX + LilyPond Rendering
Render LaTeX documents with embedded LilyPond snippets directly to PDF, all from within VS Code.
Prerequisites
NOTE: This extension is currently MacOS exclusive.
LyTeX Compilation depends requires the following tools to be installed:
lilypond - includes lilypond-book which can embed lilypond in LaTeX.
Render LaTeX with LilyPond - Embed LilyPond in a LaTeX and save the file with a .lytex extension.
\documentclass{article}
\usepackage{lilypond}
\begin{document}
Here’s a simple melody:
\begin{lilypond}
\relative c' { c d e f g a b c }
\end{lilypond}
\end{document}