]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
Doc-fr: notation-rhythms revised autobeam settings
[lilypond.git] / scm / lily.scm
index 7c10affaa355ba5efc88f8f241fb0880f29a111a..14c283a3e5a50bdb14b45578b11699de5d36d537 100644 (file)
@@ -165,8 +165,11 @@ second.  Dump results to `FILE.stacks' and
 `FILE.graph'.")
     (trace-scheme-coverage #f
 "Record coverage of Scheme files in `FILE.cov'.")
-    (show-available-fonts #f
+    ; `'"
+(show-available-fonts #f
 "List available font names.")
+    (svg-woff #f
+"Use woff font files in SVG backend.")
     (verbose ,(ly:command-line-verbose?)
 "Value of the --verbose flag (read-only).")
     (warning-as-error #f
@@ -372,10 +375,10 @@ LilyPond safe mode.  The syntax is the same as `define*-public'."
     "part-combiner.scm"
     "autochange.scm"
     "define-music-properties.scm"
-    "beam-settings.scm"
+    "time-signature-settings.scm"
     "auto-beam.scm"
     "chord-name.scm"
-
+    "bezier-tools.scm"
     "parser-ly-from-scheme.scm"
     "ly-syntax-constructors.scm"
 
@@ -392,6 +395,8 @@ LilyPond safe mode.  The syntax is the same as `define*-public'."
     "flag-styles.scm"
     "fret-diagrams.scm"
     "harp-pedals.scm"
+    "define-woodwind-diagrams.scm"
+    "display-woodwind-diagrams.scm"
     "predefined-fretboards.scm"
     "define-markup-commands.scm"
     "define-grob-properties.scm"
@@ -677,7 +682,7 @@ PIDs or the number of the process."
   (eval-string (ly:command-line-code))
   (if (ly:get-option 'help)
       (begin (ly:option-usage)
-            (ly:exit 0 #t )))
+            (ly:exit 0 #t)))
   (if (ly:get-option 'show-available-fonts)
       (begin (ly:font-config-display-fonts)
             (ly:exit 0 #t)))
@@ -793,7 +798,6 @@ PIDs or the number of the process."
         (for-each (lambda (s)
                     (ly:set-option (car s) (cdr s)))
                   all-settings)
-        (ly:clear-anonymous-modules)
         (ly:set-option 'debug-gc-assert-parsed-dead #t)
         (gc)
         (ly:set-option 'debug-gc-assert-parsed-dead #f)