Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lilypond environment, command give different results with the same input #276

Open
georgeraraujo opened this issue Mar 5, 2020 · 0 comments

Comments

@georgeraraujo
Copy link

georgeraraujo commented Mar 5, 2020

See attached PDF output. This is with 157ccf6 from 12/24/19 running on Windows 8.1 Pro 64-bit and up-to-date TeX Live 2019.

MWE-lyLuaTeX.pdf

Also, the output of the command has a noticeably large horizontal padding at the left.

\documentclass{article}

\usepackage{fontspec}
\usepackage[nofragment]{lyluatex}

\begin{document}

The notation M.M. is often followed by a note value and a number that indicates
the tempo, as in
\begin{lilypond}[insert=inline]
\version "2.18.2" \markup { ( M.M. { \note #"4" #UP } = 60 ) }
\end{lilypond}
.

The notation M.M. is often followed by a note value and a number that indicates
the tempo, as in \lilypond{\version "2.18.2" \markup { ( M.M. { \note #"4" #UP } = 60 ) }}.

\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant