lilypond-user
[Top][All Lists]
Advanced

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

Non-breakable vertical space


From: Volodymyr Prokopyuk
Subject: Non-breakable vertical space
Date: Tue, 14 Mar 2023 19:42:19 +0100

Hi,

Is there a way in Lilypond to insert a non-breakable vertical space to avoid page break between a section title and piece title?

Code with an undesired page break

  \markup \column {
    \fill-line { \fontsize #5 \bold \caps Section }
    \vspace #1 % <= this vertical space should be non-breakable
  }
  \tocSection tocSec1 \markup { Section }
  \tocItem \markup { Piece }

image.png


Thank you,
Vlad

reply via email to

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