lilypond-user
[Top][All Lists]
Advanced

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

Re: SVG bounding box


From: Jean Abou Samra
Subject: Re: SVG bounding box
Date: Thu, 21 Jul 2022 18:33:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Le 21/07/2022 à 18:26, Paulo Matos a écrit :
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 -dcrop option does not have an effect on the main output
".svg" file. It generates a separate ".cropped.svg" file.

If you want to output only that cropped SVG, you can add
-dno-print-pages.

Best,
Jean




reply via email to

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