jperon / lyluatex

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

"fragment=false, ragged-right=true" can fail #184

Closed lemzwerg closed 5 years ago

lemzwerg commented 6 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 bug-raggedright

This is clearly a bug. Option ragged-right=true should be applied even if fragment=false is set.

jperon commented 5 years ago

Fixed in last developments.