Index: ChangeLog =================================================================== RCS file: /cvsroot/lilypond/lilypond/ChangeLog,v retrieving revision 1.3294 diff -u -r1.3294 ChangeLog --- ChangeLog 14 Mar 2005 00:11:16 -0000 1.3294 +++ ChangeLog 14 Mar 2005 00:12:20 -0000 @@ -13,6 +13,8 @@ * ly/engraver-init.ly: added FIXME comment + * scripts/lilypond-book.py: added option "packed" + 2005-03-12 Han-Wen Nienhuys * scm/define-grobs.scm (all-grob-descriptions): switch off Index: scripts/lilypond-book.py =================================================================== RCS file: /cvsroot/lilypond/lilypond/scripts/lilypond-book.py,v retrieving revision 1.238 diff -u -r1.238 lilypond-book.py --- scripts/lilypond-book.py 9 Mar 2005 00:54:31 -0000 1.238 +++ scripts/lilypond-book.py 14 Mar 2005 00:12:20 -0000 @@ -135,6 +135,7 @@ NOTIME = 'notime' OUTPUT = 'output' OUTPUTIMAGE = 'outputimage' +PACKED = 'packed' PAPER = 'paper' PREAMBLE = 'preamble' PRINTFILENAME = 'printfilename' @@ -401,6 +402,8 @@ QUOTE: r'''linewidth = %(linewidth)s - 2.0 * %(exampleindent)s''', RAGGEDRIGHT: r'''raggedright = ##t''', + + PACKED: r'''packed = ##t''', }, ##