Le 25/12/2022 à 21:38, Mikhail Hogrefe 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 so
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
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