bug-lilypond
[Top][All Lists]
Advanced

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

Re: A suggestion for Dynamic staves


From: Jean Abou Samra
Subject: Re: A suggestion for Dynamic staves
Date: Thu, 14 Oct 2021 16:25:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Le 14/10/2021 à 16:12, Peter Toye a écrit :

Hello Carl and Jean,

I've not had an answer to this - has it got lost somewhere?

Dear Carl,

Thanks for pointing out the bracket. Silly me.

But it doesn't help - I copy-and-pasted your code and the hairpin is still the same size as the top staff but the forte sign is smaller. See the attached.

Best regards,

Peter


It depends on what you expect from this list.
Its primary aim is to gather information to
identify and solve bugs rather than to find
workarounds. This thread is linked from the
GitLab issue, so the next developer investigating
this issue will have this additional problem
in mind. For workarounds, the user list is a
better bet. I suspect the following would be
enough though:

\new Dynamics \with {
  \override Hairpin.height = 0.3
}
{ ... }

If you dislike the manual adjustment, it might
work to add

\layout {
  \context {
    \Dynamics
    \alias Staff
    \consists Staff_symbol_engraver
    \override StaffSymbol.line-count = 0
    \remove Bar_engraver
  }
}

and use \magnifyStaff.

Best,
Jean





reply via email to

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