X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flily.scm;h=086d80f09f4d2b3e86e8438d4311a7d352002dc6;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=900c347c26aefd9abf303a6a8812e1a7143e505c;hpb=9c1421a4c5d42ae3c78218a296596cc9a4c2e4f5;p=lilypond.git diff --git a/scm/lily.scm b/scm/lily.scm index 900c347c26..086d80f09f 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -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.")