lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing white space from svg output


From: Paul Morris
Subject: Re: Removing white space from svg output
Date: Mon, 1 Feb 2016 21:43:17 -0500

> On Feb 1, 2016, at 8:00 PM, Paul Booker <address@hidden> 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 }

%%%%%%%%%%%%%

The syntax is documented on that page in the Notation Reference that I linked 
to in my previous message.

Cheers,
-Paul


reply via email to

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