--- translation-functions.scm~ 2021-08-13 01:01:57.847581707 +0200 +++ translation-functions.scm 2021-08-13 01:20:24.542215309 +0200 @@ -465,6 +465,17 @@ (list string #f finger))) defined-strings defined-fingers)) + (define (find-next-open-string free-strings pitch) + (define (iter-strings strings best-string best-pitch) + (if (null? strings) + best-string + (if (and best-pitch (ly:pitch