lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] SVG backend: Output a single SVG file for each page


From: Graham Percival
Subject: Re: [PATCH] SVG backend: Output a single SVG file for each page
Date: Thu, 6 Aug 2009 00:32:20 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Thu, Aug 06, 2009 at 12:29:58AM -0700, Patrick McCarty wrote:
> The details are listed on the Rietveld page, but I'll illustrate the
> naming convention here.
> 
> 1) One book, four pages (test.ly):
> 
>   test.svg
>   test-page2.svg
>   test-page3.svg
>   test-page4.svg

Speaking as a user, could it detect if there's more than one page,
and if so, begin naming at test-page-1.svg?

> 2) Two books, 3 pages each (test.ly):
> 
>   test.svg
>   test-page2.svg
>   test-page3.svg
>   test-1.svg
>   test-1-page2.svg
>   test-1-page3.svg

Again, I'd rather have a uniform set of produced files.  If
there's more than one book, could it statrt numbering with
test-1-page-1.svg?

> This patch is one of the final steps towards producing SVG
> output that is both valid and compatible across all user agents
> I have tested (Inkscape, Firefox, etc.)

Awesome work!

Cheers,
- Graham




reply via email to

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