Am 25.01.20 um 08:12 schrieb Werner LEMBERG:
Before adding it to the bug tracker I want to check this group's
knowledge whether there is a reason that French beams are longer than
normal:
\relative c'' {
r16 f d f
\override Stem.french-beaming = ##t
r16 f d f
}
Looking into scores from French publishers this behaviour seems to be
incorrect.
Another problem that has to do with stem lengths in french beaming:
articulations use the shorter beam length for positioning, resulting in
collisions:
%%%%%%%%%%%%%%%%%%%%%
\version "2.19.83"
\relative c'' {
\voiceTwo
r16 f-> d-> f->
\override Stem.french-beaming = ##t
r16 f-> d-> f->
}
%%%%%%%%%%%%%%%%%%%%%
Both beam and articulation positions should be the same for default and
french beams. Probably the easiest solution would be to have shorter
stem stencils without decreasing the stems’ Y extents.