Hallo there

I noticed this while trying to make an MWE for a different problem.

Maybe it counts as a limitation rather than a bug?


Cheers,
Robin
% MWE for post-event ordering via event-function and wrapper

\markup #(lilypond-version)

ts-first-second = 
#(define-event-function () () 
#{ -"1st" -"2nd" #} ) % 

{
  \displayScheme 
  {
    s1 r1 -"1st" -"2nd"
    s1 r1 \ts-first-second  % v2.20 1st 2nd ; v2.22 2nd 1st
  } % cf  2.19.21 script-stack-order.ly
}

% related tests:
% 2.21.0  post-events-from-scheme.ly
% 2.21.1  post-events-wrapper-direction.ly
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to