From f9442c996996c7edaa6b223df4f1e91466379df4 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 28 Mar 2005 23:51:41 +0000 Subject: [PATCH] (derived_mark): call Music_wrapper_iterator::derived_mark() too. --- ChangeLog | 3 +++ lily/quote-iterator.cc | 1 + ly/init.ly | 2 +- scm/backend-library.scm | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb891d7853..a7a7dc6964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-03-29 Han-Wen Nienhuys + * lily/quote-iterator.cc (derived_mark): call + Music_wrapper_iterator::derived_mark() too. + * lily/grace-engraver.cc (derived_mark): change signature, add const. diff --git a/lily/quote-iterator.cc b/lily/quote-iterator.cc index ab7a206ce1..5755d1d0c8 100644 --- a/lily/quote-iterator.cc +++ b/lily/quote-iterator.cc @@ -56,6 +56,7 @@ Quote_iterator::accept_music_type (Music *mus) const void Quote_iterator::derived_mark () const { + Music_wrapper_iterator::derived_mark (); scm_gc_mark (transposed_musics_); } diff --git a/ly/init.ly b/ly/init.ly index ffbb10d7b4..25e1feb909 100644 --- a/ly/init.ly +++ b/ly/init.ly @@ -13,7 +13,7 @@ #(define $globalheader #f) #(define version-seen? #f) - +#(set-debug-cell-accesses! 5000) \maininput %% there is a problem at the end of the input file diff --git a/scm/backend-library.scm b/scm/backend-library.scm index 5920c99776..5c94dba6c0 100644 --- a/scm/backend-library.scm +++ b/scm/backend-library.scm @@ -60,7 +60,7 @@ (if (ly:get-option 'verbose) " --verbose " "") name))) ;; Do not try to guess the name of the png file - (format (current-error-port) (_ "Converting to `~a'...") "png") + (format (current-error-port) (_ "Converting to `~a'...") (format "~a.png" name)) (ly:system cmd))) (define-public (postprocess-output paper-book module filename formats) -- 2.39.2