---

** [issues:#5870] Define Scheme markups using define-public**

**Status:** Started
**Created:** Sun Mar 29, 2020 12:02 AM UTC by Han-Wen Nienhuys
**Last Updated:** Sun Mar 29, 2020 12:02 AM UTC
**Owner:** nobody


Previously, define-markup-command[-list] would call module-define! on
(current-module). This is at odds with the GUILE 2.x precompilation,
as the side effect of module-define! is not serialized into the
compiled file.

Trim the is-list argument from define-markup-command-internal.

The define-markup-command-internal (which uses module-define) is
retained, because the parser uses it for defining markups.

Remove the undocumented and untested functionality to do

  (define-markup-command a b)
  (define-markup-command a (markup-lambda ..))

Because define-markup-command now reduces to a (define .. ) call, it
must happen at toplevel. This is a minor incompatible change.

Makes the function make-markup public

https://codereview.appspot.com/577720043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
  • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development

Reply via email to