Closed lemzwerg closed 5 years ago
[lyluatex 2018/03/12 v1.0b]
Consider the following MWE.
\documentclass{article} \usepackage[fragment=false, ragged-right=true]{lyluatex} \begin{document} \begin{lilypond} \new Voice { f1 \break f1 } \end{lilypond} \end{document}
which produces
This is clearly a bug. Option ragged-right=true should be applied even if fragment=false is set.
ragged-right=true
fragment=false
Fixed in last developments.
[lyluatex 2018/03/12 v1.0b]
Consider the following MWE.
which produces
This is clearly a bug. Option
ragged-right=true
should be applied even iffragment=false
is set.