lilypond-devel
[Top][All Lists]
Advanced

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

Re: problem with vertical spacing paper variables


From: Jean Abou Samra
Subject: Re: problem with vertical spacing paper variables
Date: Sat, 3 Sep 2022 22:26:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0

Le 03/09/2022 à 22:20, Werner LEMBERG a écrit :
I'm working on integrating the visual grob index into the NR.  To do
that, I'm trying to get the largest possible `@image` without overfull
warnings, then setting the margins to zero.  This works just fine.

However, when also setting the vertical spacing paper variables to
zero to make the ink directly touch the margins, I still get some
additional vertical space at the very top starting on the second page
that I can't explain.  It's the '0.51' value showing up in upper right
corner of the annotated example code.  What is this?  How can I
suppress this?

Here's my test code.
[...]


If you add back some margins, you will see that there is a bar
number on the left of the system, which is out of the page when
margins are removed, but nevertheless takes vertical space. Add

\layout {
  \context {
    \Score
    \remove Bar_number_engraver
  }
}





reply via email to

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