lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: line-width in \markuplines


From: Nicolas Sceaux
Subject: Re: line-width in \markuplines
Date: Sun, 11 Nov 2007 11:55:53 +0100


Le 10 nov. 07 à 21:14, Monk Panteleimon a écrit :

Hello.
According to the 2.11 docs (8.1.9), I should be able to change the line width in
\markuplines using \override #'(line-width . X)
but it doesn't seem to work.

example:
http://www.tcgalaska.com/kliros/ly/esauWood.ly


In 8.1.9, you can read:

  \override-lines new-prop (pair) args (list of markups)
    Like \override, for markup lists.

This is the command that you want to use.

The description of \justified-lines and \wordwrap-lines, recommending using
\override, is a copy-paste mistake that I'm going to fix.

\markuplines {
  \override-lines #'(line-width . 40) \justified-lines {
    ...
  }
}

nicolas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]