We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3785f82 commit 03e3563Copy full SHA for 03e3563
ly/_internal/module-handling.ily
@@ -213,8 +213,8 @@ useLibrary =
213
; (ly:parser-include-string parser (ly:gulp-file main-file))
214
(let ((arg (format "\\include \"~a\"" main-file)))
215
(if (lilypond-greater-than? "2.19.21")
216
- (ly:parser-include-string parser arg)
217
- (ly:parser-include-string arg))
+ (ly:parser-include-string arg)
+ (ly:parser-include-string parser arg))
218
219
(set! oll-loaded-libraries
220
(append oll-loaded-libraries
0 commit comments