]> git.donarmstrong.com Git - lilypond.git/commitdiff
(derived_mark): call
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 28 Mar 2005 23:51:41 +0000 (23:51 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 28 Mar 2005 23:51:41 +0000 (23:51 +0000)
Music_wrapper_iterator::derived_mark() too.

ChangeLog
lily/quote-iterator.cc
ly/init.ly
scm/backend-library.scm

index cb891d7853aca06d5c0471f08b62dfd3310743e1..a7a7dc69640918a690ad849fab53012f87f30dbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/quote-iterator.cc (derived_mark): call
+       Music_wrapper_iterator::derived_mark() too.
+
        * lily/grace-engraver.cc (derived_mark): change signature, add
        const.
 
index ab7a206ce1a7b90aab03fbb76bd70975c6778a90..5755d1d0c85b4b448300e6e680cbba5b5154f71b 100644 (file)
@@ -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_);
 }
 
index ffbb10d7b451829d6542c30397177244e519b645..25e1feb9092511df12104b9b8b1a523e332298d0 100644 (file)
@@ -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
 
index 5920c9977698adc5276f3498e4829572b54fb92d..5c94dba6c0ea46817775b32b12927c5ab826419f 100644 (file)
@@ -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)