bug-lilypond
[Top][All Lists]
Advanced

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

Re: LSR update to v.2.18.0 - Few questions. (Cci to Sebastiano)


From: Sebastiano Vigna
Subject: Re: LSR update to v.2.18.0 - Few questions. (Cci to Sebastiano)
Date: Sun, 9 Mar 2014 17:16:15 +0100

On 12 Feb 2014, at 2:42 PM, Pierre Perol-Schneider <address@hidden> wrote:

> Hi Bug Squad,
> Hi Sebastiano,
> 
> I'd like to upgrade the LSR to v.2.18.0 and I just took a brief look at 
> http://www.lilypond.org/doc/v2.19/Documentation/contributor/updating-the-lsr-to-a-new-version
> to see if anything has changed.

Guys, 
everything is up and running with 2.18.0, but the snippets are no longer 
compiled correctly. The eps backend has changed (dramatically) and now the 
generated files are always one-page file.

I would like to know what I should do to obtain the behaviour of 2.12. Maybe 
there's something to change in the prefix prepended to each snippet before 
compilation, or some different command-line option:

        public final static String PREFIX = 
                System.getProperty( "it.unimi.dsi.lsr.prefix",
                "#(define default-toplevel-book-handler 
print-book-with-defaults-as-systems)\n" +
                "\n" +
                "#(define version-seen? #t)\n" +
                "\n" +
                "#(ly:set-option (quote no-point-and-click))\n" +
                "\n" +
                "\\paper {\n" +
                "  #(define dump-extents #t)\n" + 
                "  indent = 0\\mm\n" +
                "  linewidth = 160\\mm - 2.0 * 0.4\\in\n" +
                "  ragged-right = ##t\n" +
                "}\n" +
                "\n" +
                "\\layout {}\n" );

I have no way of fixing this by myself... please help. :(

Ciao,

                                        seba




reply via email to

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