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
