bug-lilypond
[Top][All Lists]
Advanced

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

Re: french beaming incorrectly makes stems longer


From: pkx166h
Subject: Re: french beaming incorrectly makes stems longer
Date: Sat, 25 Jan 2020 10:49:20 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

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




reply via email to

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