lilypond-user
[Top][All Lists]
Advanced

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

Re: Change Size of \slashSeparator


From: Johannes Roeßler
Subject: Re: Change Size of \slashSeparator
Date: Wed, 1 Mar 2023 18:25:50 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

very helpful, thx Xavier!
On Wed, 1 Mar 2023 at 13:07, Johannes Roeßler <joei@joei.de> wrote:
>
> Hi List,
>
> how can I change the size of the \slashSeparator?

Hello,

slashSeparator is a markup.
You can scale it for example with the scale command
system-separator-markup = \markup \scale #'(1.5 . 1.5) { \slashSeparator }
% 150% in X and Y, change to your convenience

Or change the definition of slashSeparator, which is 
slashSeparator = \markup {
  \center-align
  \vcenter \combine
  \beam #2.0 #0.5 #0.48
  \raise #0.7 \beam #2.0 #0.5 #0.48
}
% from ly/titling-init.ly

Cheers,
Xavier

--
Xavier Scheuer <x.scheuer@gmail.com>



reply via email to

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