Re: Removing white space from svg output

2016-02-02 Thread paul booker
Paul Morris paulwmorris.com> writes: > > > On Feb 1, 2016, at 10:15 PM, Paul Booker homebass.net> wrote: > > > > Ok, that wasn't clear, got it now, thanks > > Works for one-line parts but also converts two line pieces to one line, > > ignoring the \break. Can I reinstate that somehow, without

Re: Removing white space from svg output

2016-02-01 Thread Paul Morris
> On Feb 1, 2016, at 8:00 PM, Paul Booker wrote: > > Interesting! > I had a go, guessing with > >paper-height=#(one-line-auto-height-breaking) Try this: % \version "2.19.36" \paper { page-breaking = #ly:one-line-auto-height-breaking } { c1 }

Re: Removing white space from svg output

2016-02-01 Thread Paul Booker
> > These are timely questions. See ly:one-line-auto-height-breaking > > http://lilypond.org/doc/v2.19/Documentation/notation/page-breaking#one_002dline_002dauto_002dheight-page-breaking > > which just landed in the LilyPond development release, 2.19.36 > Interesting! I had a go, guessing

Removing white space from svg output

2016-02-01 Thread paul booker
While trying to achieve svg output comparable to png output, I have reached a workaround which comes close enough for my purposes. Now I have a question at the other end of this! I have this in my "defs.ily" file: #(set-default-paper-size "a6" 'landscape) \paper{ indent=0\mm

Re: Removing white space from svg output

2016-02-01 Thread Paul Booker
Paul Morris paulwmorris.com> writes: > > % > > \version "2.19.36" > > \paper { > page-breaking = #ly:one-line-auto-height-breaking > } > > { c1 } > > % > > The syntax is documented on that page in the Notation Reference that I linked to in my previous message. >

Re: Removing white space from svg output

2016-02-01 Thread Paul Morris
> On Feb 1, 2016, at 10:15 PM, Paul Booker wrote: > > Ok, that wasn't clear, got it now, thanks > Works for one-line parts but also converts two line pieces to one line, > ignoring the \break. Can I reinstate that somehow, without the white-space? Not with this function. It

Re: Removing white space from svg output

2016-02-01 Thread Paul Morris
Hi Paul, > On Feb 1, 2016, at 7:36 AM, paul booker wrote: > > Can anyone see this becoming a scheme function which could sit in my > defs.ily file and save this ugly step? > I guess I mean an internal to Lilypond rather than external solution. > I'm not at all familiar with