bug-lilypond
[Top][All Lists]
Advanced

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

Re: Flat collides with preceding stem and notehead


From: Pierre Perol-Schneider
Subject: Re: Flat collides with preceding stem and notehead
Date: Mon, 26 Dec 2022 00:43:58 +0100

Hi Mikail,
I'm not sure this situation could be considered as a bug.
Anyway, here are two workarounds:
\version "2.22.0"
<<
  {
      c'8 f'16
      % optional:
      % \tweak NoteColumn.X-offset #.5
      ges'
  }
  {
      \tuplet 3/2 {
        c'8 c'
        % better:
        \tweak NoteColumn.X-offset #.5
        bes
      }
  }
>>

HTH, Cheers,
Pierre

Le dim. 25 déc. 2022 à 21:39, Mikhail Hogrefe <mikhailhogrefe@gmail.com> a
écrit :

> Hello!
>
> In this example, the g-flat's flat collides with the head and stem of the
> preceding f.
>
> \version "2.22.0"
> <<
> {
>     c'8 f'16 ges'
> }
> {
>     \tuplet 3/2 { c'8 c' bes }
> }
> >>
>
> The desired behavior is more space between the f and g-flat. Could someone
> take a look?
>
> Thanks,
> Mikhail Hogrefe
> _______________________________________________
> bug-lilypond mailing list
> bug-lilypond@gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>


reply via email to

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