]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/quote-iterator.cc
Run grand-replace for 2012
[lilypond.git] / lily / quote-iterator.cc
index b13d5e1cd5bee4f09008834a741825815a816d9c..9c5ea78e229639937026a4303872bee0d205ffca 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
@@ -269,7 +269,7 @@ Quote_iterator::process (Moment m)
                   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);
             }
         }