Re: duration-length becomes duration-moment, but script no longer works
Robin Bannister <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.general |
|---|---|
| Message-ID | <[email protected]> |
Richard Shann wrote: > %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% > > In addition the internationalization (_ "...") no longer works, so > (ly:warning (_ "No grace notes follow this note the afterGrace will be ignored.")) > causes the error message > > _: bad use of '_' syntactic keyword in subform (_ "No grace notes follow this note the afterGrace will be ignored.") of (_ "No grace notes follow this note the afterGrace will be ignored.") > > Any ideas? to quote Jean in https://lists.gnu.org/archive/html/lilypond-user/2023-11/msg00114.html re LilyPond 2.25.10 with Guile 3.0 “_” needs to be replaced with “G_”. Already in Guile 2, but Guile 3 checks for it more eagerly. Cheers, Robin