Jump to content

System separator on both sides of the page: Difference between revisions

From LilyPond wiki
Import snippet from LSR
 
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
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.
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.


<lilypond version="2.24.0" full>
<lilypond version="2.24" full>
\paper {
\paper {
   tagline = ##f
   tagline = ##f

Revision as of 18:57, 16 November 2025

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"

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

{ c'1 \break c' }