]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/quote-iterator.cc
CG: Use latest convert-ly for LSR updates (fix 2346)
[lilypond.git] / lily / quote-iterator.cc
index b13d5e1cd5bee4f09008834a741825815a816d9c..efb9c132e876b2dad09d6c3d4078d35c447cbb95 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -265,11 +265,12 @@ Quote_iterator::process (Moment m)
 
                   Pitch diff = pitch_interval (qp, mp);
                   ev = ev->clone ();
+                 ev->make_transposable ();
 
                   transpose_mutable (ev->get_property_alist (true), diff);
                   transposed_musics_ = scm_cons (ev->unprotect (), transposed_musics_);
                 }
-              quote_outlet_.get_outlet ()->event_source ()->broadcast (ev);
+              quote_outlet_.get_context ()->event_source ()->broadcast (ev);
             }
         }