]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
*** empty log message ***
[lilypond.git] / scm / lily.scm
index 06e41889fcab969527384dcf206f0f81c5601648..d73b883b515ce795d105364447f513409666000b 100644 (file)
@@ -19,11 +19,8 @@ on errors, and print a stack trace.")
                          "relative for simultaneous music works
 similar to chord syntax")
 
-           ;; at 101.178, a staff space is exactly 7 pixels.
-           ;; 115.63 = 8 pixels
-           ;; 86  = 6 pixels
-           (resolution 90 "resolution for generating bitmaps")
-           (anti-alias-factor 1 "blow up resolution and scale to prevent jaggies in PNG")
+           (resolution 101 "resolution for generating bitmaps")
+           (anti-alias-factor 1 "render at higher resolution and scale down result\nto prevent jaggies in PNG")
            (preview-include-book-title #t "include book-titles in preview images.")
            (gs-font-load #f
                          "load fonts via Ghostscript.")