lilypond-user
[Top][All Lists]
Advanced

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

Why does -dbackend=svg -dcrop remove system-system-spacing?


From: Trevor Bača
Subject: Why does -dbackend=svg -dcrop remove system-system-spacing?
Date: Tue, 5 Jan 2021 19:05:30 -0500

Hi,

I love the functionality for cropped SVGs! (Added back in 2019, or around then?)

Question: it appears that cropped multisystem SVGs remove all whitespace between systems. Is this supposed to happen?

%%% BEGIN %%%

\version "2.21.82"

\paper
{
    system-system-spacing.minimum-distance = #20
}

\new Score {
    c'1
    \break
    c'1
    \break
    c'1
}


%%% END %%%

Called with ...

   lilypond -dbackend=svg -dcrop test.ly

... produces test.cropped.svg as attached here.

Screenshot:

screenshot-of-cropped-svg.png

Seems like cropping should be around the edges of the image (rather than between systems)?

--

Attachment: test.cropped.svg
Description: image/svg


reply via email to

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