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



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to