Index: scm/lily.scm |
diff --git a/scm/lily.scm b/scm/lily.scm |
index 332f816b9030665775312557be792a822708eb11..247f7daab4b2a47fd95e6dc6afe071e708ff8b31 100644 |
--- a/scm/lily.scm |
+++ b/scm/lily.scm |
@@ -169,6 +169,8 @@ second. Dump results to `FILE.stacks' and |
`FILE.graph'.") |
(trace-scheme-coverage #f |
"Record coverage of Scheme files in `FILE.cov'.") |
+ (user-init #f |
+"Global settings file, included before the score is processed.") |
(verbose ,(ly:command-line-verbose?) |
"Value of the --verbose flag (read-only).") |
(warning-as-error #f |