Federico Bruni <[email protected]> writes:

> Hi all
>
> Sorry if I use this list to ask questions about lyluatex, but I hope
> that other are interested on the topic.
>
> I'm trying to increase the width of a snippet.
> In LilyPond I can easily do it by changing the line-width and setting
> ragged-right to false.
> I've tried the following for lyluatex but nothing changes:
>
> $ cat width.tex
> \documentclass{article}
> \usepackage{lyluatex}
> \begin{document}
>
> \begin{lilypond}[relative,line-width=300pt,ragged-right=false]
> c'4 d e f
> \end{lilypond}
>
> \end{document}
>
> No matter which value I put, the output is always the same.
> I'm missing something?

This would not work in LilyPond-Book either, would it?  The option is
called noragged-right I think.  But I am not sure whether you would not
need to tamper with ragged-last for single-line snippets anyway.  Is
there even such an option for the respective LaTeX embeddings?

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to