X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flily.scm;h=c27b381bf100cd83892af7cdf103b4fa00c451f1;hb=9e781b7dc83b60a543ce218aa1a5f139f74c760f;hp=9e47fc0df7548dcdc55d049f7afbfa7997a882c0;hpb=a82d8622e6b1be36169de7d2fe1f9aa88618933b;p=lilypond.git diff --git a/scm/lily.scm b/scm/lily.scm index 9e47fc0df7..c27b381bf1 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 1998--2012 Jan Nieuwenhuizen +;;;; Copyright (C) 1998--2014 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -330,6 +330,12 @@ floating point exceptions.") #t "Don't use directories from input files while constructing output file names.") + (strokeadjust + #f + "Set the PostScript strokeadjust operator explicitly. +This employs different drawing primitives, resulting in +large PDF file size increases but often markedly better +PDF previews.") (svg-woff #f "Use woff font files in SVG backend.") @@ -663,6 +669,7 @@ messages into errors.") (,number-or-string? . "number or string") (,number-pair? . "pair of numbers") (,number-pair-list? . "list of number pairs") + (,rational-or-procedure? . "an exact rational or procedure") (,rhythmic-location? . "rhythmic location") (,scheme? . "any type") (,string-or-pair? . "string or pair")