Menu

#5955 Polyphony followed with a grace note isn’t beamed

Accepted
nobody
None
Defect
2020-05-02
2020-05-02
No

This may be a duplicate, but I couldn’t find that exact one in the many, many grace-related known bugs.

%% Reported on -user-fr: https://lists.gnu.org/archive/html/lilypond-user-fr/2020-05/msg00029.html

\version "2.20" %% I don’t think it has ever worked, though

{
  \time 2/4
  b'8 a' \grace a'16 g'4
  %% These are beamed normally:
  << {b'8 a'} \\ {c'4} >> g'4
  %% These _should_ be beamed:
  << {b'8 a'} \\ {c'4} >> \grace a'16 g'4
  %% Moving the grace note in the next bar:
  r4 << {b'8 a'} \\ {c'4} >> \grace a'16 g'2
}
1 Attachments

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.