lilypond-user
[Top][All Lists]
Advanced

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

SVG bounding box


From: Paulo Matos
Subject: SVG bounding box
Date: Thu, 21 Jul 2022 18:26:57 +0200
User-agent: mu4e 1.8.5; emacs 28.1

Hi,

I am trying to remove the bounding box around a specific snippet of
music. For example:

\version "2.22.2"

\header {
        tagline = ""
}

\score {
  \relative c' {
    c4
  }

  \layout {}
}

Initially I thought that what I wanted was crop, but it doesn't
work. Setting #(ly:set-option 'crop #t) does not help.

The svg file still has
width="210.00mm" height="297.00mm"

inside the svg tag.

Is there a way to avoid this so that the svg size is the bare minimum to
display the rendered music?

Thanks,

-- 
Paulo Matos



reply via email to

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