Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(948)

Unified Diff: scm/lily.scm

Issue 1901042: Add user-init option to include a custom init snippet (not replacing the whole init file) (Closed)
Patch Set: Remove debug statement Created 14 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« ly/init.ly ('K') | « ly/init.ly ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« ly/init.ly ('K') | « ly/init.ly ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b