]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Quote_iterator): init transposed_musics_.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 18 Sep 2004 08:19:35 +0000 (08:19 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 18 Sep 2004 08:19:35 +0000 (08:19 +0000)
ChangeLog
lily/quote-iterator.cc

index fc2dc03fd144d4cfb27c14d07447894b83811641..9cac9e3e142849a1212ac8fd3efa52c933ee69fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
+
        * lily/accidental-engraver.cc (recent_enough): interpret laziness
        = #t. This fixes no-reset accidental-style.
 
index eac8aee407738bcd691671fc671329284c0c6577..aca188b52f76ea155fa2cfe364a522aff903f2c7 100644 (file)
@@ -63,6 +63,7 @@ Quote_iterator::derived_mark () const
 
 Quote_iterator::Quote_iterator ()
 {
+  transposed_musics_ = SCM_EOL;
   event_vector_ = SCM_EOL;
   event_idx_ = 0;
   end_idx_ = 0;