On Monday 13 March 2006 11.04, Trent Johnston wrote:
> Hi again,
>
> I've got an update on the line-width problem.
>
> I't works fine when I directly input it into a score
>
> \paper { line-width=18.5\cm}
>
> But when used in an separate file using:
>
> \paper { \include "paper.ly" }
>
> Line-width is ignored but everything else is used and processed.

Hi,

I can't reproduce. The following is handled correctly:

%% foo.ly
\paper { \include "bar.ly" }
{ c1 }

%% bar.ly
line-width = 6\cm


-- 
Erik


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to