Re: solved; how to get system separator on both sides

2023-11-28 Thread Jean Abou Samra

> Yes thank you that works.  perhaps could be put in snippet respository?

[https://lsr.di.unimi.it/LSR/Item?id=1176](https://lsr.di.unimi.it/LSR/Item?id=1176)





signature.asc
Description: This is a digitally signed message part


solved; how to get system separator on both sides

2023-11-28 Thread jh



Yes thank you that works.  perhaps could be put in snippet respository?

On 2023-11-28 02:09, Jean Abou Samra wrote:


I don't think it's in a snippet, but you can do

\version "2.24.2"

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

}

{ c' \break c' }