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