CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/05/31 15:44:49
Modified files: . : ChangeLog make : lilypond.fedora.spec.in ps : music-drawing-routines.ps scm : lily.scm scripts : GNUmakefile Removed files: scripts : lilypond-pdfpc-helper.py Log message: * make/lilypond.fedora.spec.in (Group): remove lilypond-pdfpc-helper. * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-pdfpc-helper. Use lilypond-invoke-editor instead. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3694&tr2=1.3695&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/make/lilypond.fedora.spec.in.diff?tr1=1.16&tr2=1.17&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ps/music-drawing-routines.ps.diff?tr1=1.35&tr2=1.36&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/lily.scm.diff?tr1=1.351&tr2=1.352&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/GNUmakefile.diff?tr1=1.26&tr2=1.27&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3694 lilypond/ChangeLog:1.3695 --- lilypond/ChangeLog:1.3694 Tue May 31 15:33:41 2005 +++ lilypond/ChangeLog Tue May 31 15:44:48 2005 @@ -1,5 +1,11 @@ 2005-05-31 Han-Wen Nienhuys <[EMAIL PROTECTED]> + * make/lilypond.fedora.spec.in (Group): remove + lilypond-pdfpc-helper. + + * scripts/GNUmakefile (SEXECUTABLES): remove + lilypond-pdfpc-helper. Use lilypond-invoke-editor instead. + * scm/font.scm (make-century-schoolbook-tree): add Mono as 'typewriter family. Index: lilypond/make/lilypond.fedora.spec.in diff -u lilypond/make/lilypond.fedora.spec.in:1.16 lilypond/make/lilypond.fedora.spec.in:1.17 --- lilypond/make/lilypond.fedora.spec.in:1.16 Tue May 31 13:55:26 2005 +++ lilypond/make/lilypond.fedora.spec.in Tue May 31 15:44:48 2005 @@ -156,7 +156,6 @@ %{_bindir}/lilypond-book %{_bindir}/mup2ly %{_bindir}/lilypond-ps2png -%{_bindir}/lilypond-pdfpc-helper %{_bindir}/lilypond-invoke-editor %doc THANKS @@ -179,7 +178,6 @@ %{_mandir}/man1/lilypond-book.1.gz %{_mandir}/man1/mup2ly.1.gz %{_mandir}/man1/lilypond-ps2png.1.gz -%{_mandir}/man1/lilypond-pdfpc-helper.1.gz %{_mandir}/man1/lilypond-invoke-editor.1.gz %{_datadir}/lilypond/@TOPLEVEL_VERSION@/ Index: lilypond/ps/music-drawing-routines.ps diff -u lilypond/ps/music-drawing-routines.ps:1.35 lilypond/ps/music-drawing-routines.ps:1.36 --- lilypond/ps/music-drawing-routines.ps:1.35 Sat May 28 13:43:24 2005 +++ lilypond/ps/music-drawing-routines.ps Tue May 31 15:44:48 2005 @@ -231,6 +231,33 @@ } bind def +%%%% JUNKME. use color & circle. +/draw_white_dot % x1 y2 R +{ +% 0 360 arc fill stroke + 0 360 arc closepath % fill stroke +gsave + 1 setgray fill +grestore +% 0 360 arc closepath % fill stroke + 0.05 setlinewidth 0 setgray stroke +} bind def + + +%% JUNKME: Use color. +/draw_white_text % text scale font +{ + %font + findfont + %scale + exch scalefont setfont + 1 setgray + 0 0 moveto + %-0.05 -0.05 moveto + % text + show +} bind def + /draw_dashed_line % dash thickness dx dy { Index: lilypond/scm/lily.scm diff -u lilypond/scm/lily.scm:1.351 lilypond/scm/lily.scm:1.352 --- lilypond/scm/lily.scm:1.351 Tue May 31 15:25:26 2005 +++ lilypond/scm/lily.scm Tue May 31 15:44:48 2005 @@ -327,7 +327,7 @@ (lambda () (ly:parse-file file-name)) (lambda (x . args) (handler x file-name))) - (if #t + (if #f (dump-gc-protects))) (use-modules (scm editor)) Index: lilypond/scripts/GNUmakefile diff -u lilypond/scripts/GNUmakefile:1.26 lilypond/scripts/GNUmakefile:1.27 --- lilypond/scripts/GNUmakefile:1.26 Thu May 12 11:32:49 2005 +++ lilypond/scripts/GNUmakefile Tue May 31 15:44:49 2005 @@ -1,6 +1,6 @@ depth = .. -SEXECUTABLES=convert-ly lilypond-book abc2ly etf2ly mup2ly midi2ly lilypond-ps2png lilypond-pdfpc-helper lilypond-invoke-editor +SEXECUTABLES=convert-ly lilypond-book abc2ly etf2ly mup2ly midi2ly lilypond-ps2png lilypond-invoke-editor STEPMAKE_TEMPLATES=script help2man po LOCALSTEPMAKE_TEMPLATES = lilypond _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs