CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/07/24 19:37:47
Modified files: . : ChangeLog Documentation/user: invoking.itely Log message: (Invoking lilypond): add LILYPOND_GC_YIELD documentation. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3924&tr2=1.3925&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/invoking.itely.diff?tr1=1.37&tr2=1.38&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3924 lilypond/ChangeLog:1.3925 --- lilypond/ChangeLog:1.3924 Sun Jul 24 19:31:01 2005 +++ lilypond/ChangeLog Sun Jul 24 19:37:46 2005 @@ -1,5 +1,8 @@ 2005-07-24 Han-Wen Nienhuys <[EMAIL PROTECTED]> + * Documentation/user/invoking.itely (Invoking lilypond): add + LILYPOND_GC_YIELD documentation. + * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for scm_from_real / scm_make_real. Index: lilypond/Documentation/user/invoking.itely diff -u lilypond/Documentation/user/invoking.itely:1.37 lilypond/Documentation/user/invoking.itely:1.38 --- lilypond/Documentation/user/invoking.itely:1.37 Sat Jun 18 23:45:11 2005 +++ lilypond/Documentation/user/invoking.itely Sun Jul 24 19:37:47 2005 @@ -270,57 +270,6 @@ @section Environment variables [EMAIL PROTECTED] -For processing both the @TeX{} and the PostScript output, the -appropriate environment variables must be set. The following scripts -do this: - [EMAIL PROTECTED] @bullet [EMAIL PROTECTED] @file{buildscripts/@/out/@/lilypond@/-profile} -(for SH shells) [EMAIL PROTECTED] @file{buildscripts/@/out/@/lilypond@/-login} (for C-shells) [EMAIL PROTECTED] itemize - -They should normally be sourced as part of the login process. If these -scripts are not run from the system wide login process, then you must -run them yourself. - [EMAIL PROTECTED] installing LilyPond - -If you use sh, bash, or a similar shell, then add the following to -your @file{.profile}: [EMAIL PROTECTED] -. @var{/the/path/to/}lilypond-profile [EMAIL PROTECTED] example - -If you use csh, tcsh or a similar shell, then add the following to -your @file{~/.login}: [EMAIL PROTECTED] -source @var{/the/path/to/}lilypond-login [EMAIL PROTECTED] example - -Of course, in both cases, you should substitute the proper location of -either script. - -These scripts set the following variables: [EMAIL PROTECTED] @code [EMAIL PROTECTED] TEXMF -To make sure that @TeX{} and lilypond find data files (among -others @file{.tex}, @file{.mf}, and @file{.tfm}), -you have to set @code{TEXMF} to point to the lilypond data -file tree. A typical setting would be [EMAIL PROTECTED] [EMAIL PROTECTED]/usr/share/lilypond/2.4.0,@{!!/usr/share/[EMAIL PROTECTED]@} [EMAIL PROTECTED] example - [EMAIL PROTECTED] table - [EMAIL PROTECTED] PostScript [EMAIL PROTECTED] TEXMF [EMAIL PROTECTED] printing postscript - [EMAIL PROTECTED] ignore - @cindex LANG @cindex LILYPONDPREFIX @@ -334,6 +283,13 @@ @item LANG This selects the language for the warning messages. + [EMAIL PROTECTED] LILYPOND_GC_YIELD +With this variable the memory footprint and performance can be +adjusted. It is a percentage tunes memory management behavior. With +higher values, the program uses more memory, with smaller values, it +uses more CPU time. The default value is @code{70}. + @end table _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs