Hello,

On 25/01/2020 09:43, Malte Meyn wrote:


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.

Added as

https://sourceforge.net/p/testlilyissues/issues/5691/


James


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

Reply via email to