remove Repeated_music::folded_music_length
commit 6ab4eea9b05e34e159d580469c2d6c12cb4bcfc3 Author: Dan Eble <nine.fierce.ballads@gmail.com> Date: Fri Apr 24 21:57:34 2020 -0400
ly:performance-headers and \midi { after-writing }
commit 26bc68381e1f36846cef87d8cf0fe74585b39b63 Author: Dan Eble <nine.fierce.ballads@gmail.com> Date: Tue Apr 14 22:52:06 2020 -0400 Issue 5917: ly:performance-headers and \midi { after-writing } Change ly:performance-header into ly:performance-headers, returning a list of visible header modules from innermost to outermost. Before, only the innermost header was provided, so the values of variables defined in outer headers were not accessible. If the \midi block defines a function called after-writing,...
ly:performance-headers and \midi { after-writing }
I'm getting a new warning from slur-scoring today: Making lily/out/slur-scoring.o < cc /home/user/lilypond-src/lily/slur-scoring.cc: In static member function 'static scm_unused_struct* Slur::calc_control_points(SCM)': /home/user/lilypond-src/lily/slur-scoring.cc:390:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 390 | total += to_string (" TOTAL=%.2f idx=%d", best->score (), best->index_); | ~^ ~~~~~~~~~~~~ | | | |...
remove unnecessary (descend-to-context ... 'Score)
commit 0e78335e8ebb2d2c6c677280695ef1ae7c787740 Author: Dan Eble <nine.fierce.ballads@gmail.com> Date: Mon Feb 17 14:52:03 2020 -0500 Issue 5771/2: simplify make-time-signature-set Remove an unnecessary (descend-to-context ... 'Score). commit c325d5159d49afb04b57ecaa6e67be359a50ad9e Author: Dan Eble <nine.fierce.ballads@gmail.com> Date: Mon Feb 17 11:49:41 2020 -0500 Issue 5771/1: simplify \partial Remove an unnecessary (descend-to-context ... 'Score).