lilypond-devel
[Top][All Lists]
Advanced

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

Re: collision \breathe with accidentals


From: Aaron Hill
Subject: Re: collision \breathe with accidentals
Date: Thu, 06 Aug 2020 23:37:21 -0700
User-agent: Roundcube Webmail/1.4.2

On 2020-08-06 11:17 pm, Werner LEMBERG wrote:
[lilypond e16a5ec 2020-Aug-06]


Look at the following code.

  \relative c'' {
    f2 \breathe <g bis> |
    g2 \breathe <e! g> }

As the attached images show, the breathing sign *sometimes* collides
with accidentals.  Looks like a bug.  If you agree I'll add it to the
tracker.

Any idea how to circumvent that?

Adjusting the vertical bounds of the BreathingSign appears to help:

%%%%
\relative c'' {
  \override BreathingSign.extra-spacing-height = #'(0 . 2)
  f2 \breathe <g bis> |
  e2 \breathe <f ais> |
  d2 \breathe <e gis> |
  c2 \breathe <d fis> |
  g2 \breathe <e! g>
}
%%%%


-- Aaron Hill



reply via email to

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