refactor include system

This commit is contained in:
tux
2025-08-18 09:41:52 +02:00
parent f824b23311
commit ca129eec79
29 changed files with 26 additions and 34 deletions

View File

@@ -0,0 +1,5 @@
% this is just an empty dummy file to make conditional includes work so that relative pathes could be used
% this is working if #(ly:set-option 'relative-includes #t) was set:
% \include #(if condition relative/path/to/file.ly void.ly)
% but this does not work:
% #(if condition (ly:parser-include-string "\\include \"relative/path/to/file.ly\""))