jperon / lyluatex

Alternative à lilypond-book pour lualatex
MIT License
58 stars 11 forks source link

Syntax: \begin{lilypond} content must begin on new line #245

Closed uliska closed 5 years ago

uliska commented 5 years ago

Is it a known limitation that it is not possible to write the content of a lilypond environment into the same line as the \begin statement?

\documentclass{article}
\usepackage{lyluatex}
\begin{document}
\begin{lilypond}{ c' d' e' f' g' }\end{lilypond}
\end{document}

This starts LilyPond, produces an empty score and prints the characters as-is.

jperon commented 5 years ago

Is it a known limitation …

Yes, it is. I just added a note in the manual.