-
I suggest considering to change the `line-width` argument to `linewidth`
While `line-width` is the LilyPond name of the paper variable `linewidth` is more in line with LaTeX syntax/expectations and…
-
Run a Python script when the package is loaded.
This will parse for any \likypond... Examples and recompiles them if necessary.
-
The argument of a LilyPond command is copied to the output file and enclosed in a verbatim block
---
From the docs:
> The argument of a LilyPond command is copied to the output file and enclo…
-
I'm at a loss with wrapping `\lily[raw-pdf]` in an includegraphics command.
When I do
```TeX
\newcommand\mylily[1]{\lily[raw-pdf]{#1}}
\mylily{ c' }
```
it works and "correctly" *prints* t…
-
```
\documentclass{article}
\usepackage{lyluatex}
\begin{document}
\lily{c' e' g'}
\end{document}
```
This document doesn't compile because lilypond runs into an error which indicates tha…
-
It would be nice if it was the default that the fonts in use in the LaTeX document (default fonts, the currently active ones?) are also used in LilyPond.
-
The following code doesn’t compile. `\center-column` seems to be split into `\center` and `-column` before the LilyPond parser can recognize it. (`\column` instead of `\center-column` works and only t…
mmeyn updated
7 years ago
-
马上要写毕设了,尝试使用LaTeX编译时候遇到以下错误,想问下如何解决
```
[Compiling /Users/wanghan/Downloads/scuthesis-master/main.tex]
Basic Builder: running xelatex...done.
Errors:
/usr/local/texlive/2017basic/texmf-dist…
-
The sample project attached includes two lilypond scores, both of which can be compiled fine directly with lilypond. However, because they include another file (the common `Format.lyi`) errors are ge…
-
Bonjour,
chez moi, il semble que la compilation ne veule pas se faire pour la musique lilypond. Il me renvoie ceci, sans faire la compilation :
! LuaTeX error ./lyluatex.lua:82: attempt to index loca…