CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Mats Bengtsson <[EMAIL PROTECTED]> 05/10/04 12:33:28
Modified files: . : ChangeLog scripts : lilypond-book.py Log message: * scripts/lilypond-book.py: Bug fix, put the quote around the actual score for LaTeX documents. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4154&tr2=1.4155&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/lilypond-book.py.diff?tr1=1.274&tr2=1.275&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.4154 lilypond/ChangeLog:1.4155 --- lilypond/ChangeLog:1.4154 Tue Oct 4 12:21:14 2005 +++ lilypond/ChangeLog Tue Oct 4 12:33:26 2005 @@ -1,5 +1,8 @@ 2005-10-04 Mats Bengtsson <[EMAIL PROTECTED]> + * scripts/lilypond-book.py: Bug fix, put the quote around the + actual score for LaTeX documents. + * scm/define-grobs.scm (all-grob-descriptions): Change collapse-height of the SystemStartBracket grob to 5.0, so the bracket disappears for single stave score lines (similarly Index: lilypond/scripts/lilypond-book.py diff -u lilypond/scripts/lilypond-book.py:1.274 lilypond/scripts/lilypond-book.py:1.275 --- lilypond/scripts/lilypond-book.py:1.274 Tue Aug 30 23:26:04 2005 +++ lilypond/scripts/lilypond-book.py Tue Oct 4 12:33:28 2005 @@ -1051,10 +1051,10 @@ if VERBATIM in self.option_dict: verb = self.substring ('code') str += (output[LATEX][VERBATIM] % vars ()) - if QUOTE in self.option_dict: - str = output[LATEX][QUOTE] % vars () str += (output[LATEX][OUTPUT] % vars ()) + if QUOTE in self.option_dict: + str = output[LATEX][QUOTE] % vars () return str def output_print_filename (self, format): _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs