>> Actually,
>>
>> ```
>> \begin[line-width=394\pt]{lilypond}
>> ```
>>
>> is also correct.
>
> Nope. It is backward compatibility but should not be used anywhere.
>
> git grep '\\begin\['
>
> unfortunately shows that this isn't consistently done yet. The
> problem with the old form is that it
Werner LEMBERG writes:
>> The correct syntax is
>>
>> \begin{lilypond}[line-width=394\pt]
>
> Actually,
>
> ```
> \begin[line-width=394\pt]{lilypond}
> ```
>
> is also correct.
Nope. It is backward compatibility but should not be used anywhere.
git grep '\\begin\['
unfortunately shows that t
Le 25/10/2022 à 15:56, Werner LEMBERG a écrit :
The correct syntax is
\begin{lilypond}[line-width=394\pt]
Actually,
```
\begin[line-width=394\pt]{lilypond}
```
is also correct.
Ah, OK, I didn't know that. Then we need more info from the OP to
understand what the problem actually is.
> The correct syntax is
>
> \begin{lilypond}[line-width=394\pt]
Actually,
```
\begin[line-width=394\pt]{lilypond}
```
is also correct.
Werner
Le 25/10/2022 à 10:31, Stefan Thomas a écrit :
Community,
I just noticed that it doesn't seem to make any difference whether I
write
\begin[line-width=394\pt]{lilypond}
or
\begin[line-width=394\pt]{lilypond}
in a latex file, that I process with lilypond-book.
The lines don't fit the page marg
On 7/22/09 8:11 AM, "Hugo Leonardo Ribeiro" wrote:
> Hi everyone,
> I am trying to adjust the line width in a lilypond-book example, but
> whatever I try, it always look like a ragged right style. What I want is
> to stretch the line, in order to the chords places more distant one from
> each
To handle this problem on my own files, I make sure to use "false"
ragged-right setting inside the included lilypond file.
Jon
On Wed, Jul 22, 2009 at 9:11 AM, Hugo Leonardo Ribeiro
wrote:
> Hi everyone,
> I am trying to adjust the line width in a lilypond-book example, but
> whatever I try, it
2009/7/22 Hugo Leonardo Ribeiro :
> Hi everyone,
> I am trying to adjust the line width in a lilypond-book example, but
> whatever I try, it always look like a ragged right style. What I want is
> to stretch the line, in order to the chords places more distant one from
> each other.
Try noragged-ri
Morten Lemvigh wrote:
I'm trying to set a songbook using lilypond-book with lilypond 2.10.2
and latex with the geometry package. By some reason lilypond doesn't
guess the right linewidth,
Please update to the latest stable version. This bug was fixed in 2.10.6.
If you still see a problem wit