I can run LilyPond with 
--include="D:/data/ly/includes - copy" -dinclude-settings="myInit.ly"

if the init file contains a blank it doesn't work
--include="D:/data/ly/includes - copy" -dinclude-settings="myInit 2.ly"

I have to use 4 sets of quotes 
--include="D:/data/ly/includes - copy" -dinclude-settings=""""myInit
2.ly""""

this also work when the whole file with path is specified (and the path or
file name contains blanks):
-dinclude-settings=""""D:/data/ly/includes - copy/myInit 2.ly""""

so we have the funny situation where we can write

lilypond  -I"D:/data/ly/includes - copy"
-dinclude-settings=""""D:/data/ly/includes - copy/myInit 2.ly"""" test.ly

should this be documented or is there a chance to make the -d option treat
the string between one set of quotes as a file name?

thanks
Eluze
-- 
View this message in context: 
http://old.nabble.com/include-settings-and-path-or-file-name-with-blanks-tp33661145p33661145.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to