>
> From: Marc Mouries <[email protected]>
> To: Lucas Pinke <[email protected]>
> Date: Tue, 28 Oct 2025 23:46:05 -0400
> Thanks for the answer and suggestion. If possible I'd like to keep things
> simple and not have to deal with the installation and learning curve of
> other software, even if i know how to use LateX.
>
> On Tue, Oct 28, 2025 at 11:35 PM Lucas Pinke <[email protected]> wrote:
>
>> I guess you can write that only in Lilypond. Markups' column and verbatim
>> could work, but I'd rather go with writing everything on a lualatex
>> document and using the lyluatex package. Specially because you are not
>> writing a score, per se, but a document.
>>
>
I understand your hesitation, but I just wanted to show how simple it is
with lyluatex, even if only for the list's sake:

\documentclass[11pt]{article}
\usepackage{lyluatex}
\begin{document}
\begin{lilypond}[verbatim]
{a' b' c'' d''}
\end{lilypond}
\end{document}

(output attached)

Reply via email to