Jump to content

System separator on both sides of the page

From LilyPond wiki
Revision as of 22:49, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This simple snippet lets you put a system separator both on the left and on the right, instead of only on the left, as is more usual.

\version "2.24.0"

\paper {
  tagline = ##f
  system-separator-markup = \markup \fill-line { \slashSeparator \slashSeparator }
}

{ c'1 \break c' }