Inhaltlich sinnvollere Aufteilung der include Skripte

This commit is contained in:
tux
2023-07-22 22:07:57 +02:00
parent 2ada65e0bc
commit eba0cc5375
17 changed files with 767 additions and 736 deletions

5
void.ly Normal file
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\""))