"Christopher R. Maden" <[email protected]> writes:

> tl;dr: in 2.14, I used to call a variable (\theFootnotes) between a
> layout score and a MIDI score.  That was defined as ##f in an included
> file.  After convert-ly-ing to 2.18, I get “error: bad expression
> type.” Why?

Because a boolean is a bad expression type to use at top level.  For
doing nothing, you might want to try

theFootnotes = #*unspecified*

which LilyPond chooses to ignore in most contexts.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to