Re: Cropped SVG Output

2015-10-28 Thread David Sankel
Answering my own question here... On Wed, Oct 28, 2015 at 2:14 PM, David Sankel wrote: > I'm happy to work on a patch that dumps a "preview" of all systems, but > I'm a bit stuck as to how. I'm looking at 'framework-svg.scm' here: > > (define (output-preview-framework basename

Re: Cropped SVG Output

2015-10-28 Thread Simon Albrecht
Hello David, On 28.10.2015 22:05, David Sankel wrote: Would anyone object to a patch where I add a '-dpreview-include-all-systems' option to lilypond? Generally I’d say that patches are welcome, but certainly it makes sense to find out if the feature is desired before putting too much work

Re: Cropped SVG Output

2015-10-28 Thread Urs Liska
Am 28. Oktober 2015 22:14:21 MEZ, schrieb Simon Albrecht : >Hello David, > >On 28.10.2015 22:05, David Sankel wrote: >> Would anyone object to a patch where I add a >> '-dpreview-include-all-systems' option to lilypond? > >Generally I’d say that patches are welcome, but

Re: Cropped SVG Output

2015-10-28 Thread David Sankel
;>>> SVG >>>> file with a length and width of the entire page that I'm trying to >>>> render. >>>> The PNG output, on the other hand, crops the score to the area with >>>> visible >>>> elements on it. Of course, when embedding, I'm looking

Re: Cropped SVG Output

2015-10-28 Thread Paul Morris
> On Oct 28, 2015, at 5:05 PM, David Sankel wrote: > > Would anyone object to a patch where I add a '-dpreview-include-all-systems' > option to lilypond? I for one am definitely interested in getting this feature into LilyPond, one way or another. (I can’t speak to the best

Re: Cropped SVG Output

2015-10-17 Thread David Sankel
uces a SVG >> file with a length and width of the entire page that I'm trying to render. >> The PNG output, on the other hand, crops the score to the area with >> visible >> elements on it. Of course, when embedding, I'm looking for a visible area >> crop. Does anyone know if

Re: Cropped SVG Output

2015-10-16 Thread Federico Bruni
entire page that I'm trying to render. The PNG output, on the other hand, crops the score to the area with visible elements on it. Of course, when embedding, I'm looking for a visible area crop. Does anyone know if a cropped SVG output is possible? yes, try: lilypond -dpreview -dbackend=svg t

Re: Cropped SVG Output

2015-10-16 Thread Urs Liska
Am 16.10.2015 um 08:40 schrieb Federico Bruni: > yes, try: > > lilypond -dpreview -dbackend=svg test.ly > But doesn't this output the first system only? ___ lilypond-devel mailing list lilypond-devel@gnu.org

Cropped SVG Output

2015-10-15 Thread David Sankel
anyone know if a cropped SVG output is possible? One solution is to manually specify the page height to how tall I think the score is going to be. I'd prefer an automated solution since presumably lilypond already knows how to calculate the height of the visible area. framework-svg.scm has