lilypond-user
[Top][All Lists]
Advanced

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

Re: Percent repeat signs do not scale correctly with magnifyStaff


From: Jean Abou Samra
Subject: Re: Percent repeat signs do not scale correctly with magnifyStaff
Date: Sat, 17 Apr 2021 08:22:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1


Le 16/04/2021 à 23:19, Peter Crighton a écrit :
Hello all,

when using \magnifyStaff it seems as though the dots of a percent repeat sign will scale accordingly, but not the slash. I cannot imagine this is expected behaviour.

\version "2.23.2"
{
  \magnifyStaff 0.5
  \repeat percent 2 {
    c'1
  }
}

I also could not find any method to manually override the slash size. Any ideas?

Thanks,
Peter

Hi,

This definitely looks like a bug. Please file an issue on GitLab at https://gitlab.com/lilypond/lilypond/-/issues.

As a workaround, override PercentRepeat.thickness:

\version "2.22.0"

{
  \magnifyStaff 0.5
  \override PercentRepeat.thickness = 0.25
  \override DoublePercentRepeat.thickness = 0.25
  \repeat percent 2 { c'1 }
}

Best,
Jean




reply via email to

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