]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
Make relative-includes configurable with a -d option.
[lilypond.git] / scm / lily.scm
index bddb9982a7e7a4c819c60f86d0d7024ff74541f7..2c1eb188e69054341b91df7db63b1c33cb30bd12 100644 (file)
@@ -80,6 +80,8 @@ on errors, and print a stack trace.")
     
     (resolution 101 "resolution for generating PNG bitmaps")
     (read-file-list #f "Read files to be processed from command line arguments")
+    (relative-includes #f "When processing an \\include command, look for the included file
+relative to the current file (instead of the root file)")
 
     (safe #f "Run safely")
     (strict-infinity-checking #f "If yes, crash on encountering Inf/NaN.")