lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remove all uses of markup macro from scm/*.scm (issue 575930043 by a


From: hanwenn
Subject: Re: Remove all uses of markup macro from scm/*.scm (issue 575930043 by address@hidden)
Date: Fri, 03 Apr 2020 15:22:30 -0700

note that this still doesn't fix the next error message for compilation
which is 


fatal error: Not a markup command: line

which is triggered by the *definition* of the markup macro:

(defmacro*-public markup (#:rest body)
..
  (car (compile-all-markup-expressions `(#:line ,body))))

the markup compilation tries to lookup the 'line' markup dynamically,
and fails.

https://codereview.appspot.com/575930043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]