]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/quote-iterator.cc
Merge branch 'release/unstable' into HEAD
[lilypond.git] / lily / quote-iterator.cc
index c8bcee378b39128ce671dd14c8e7482bbbf3e1b0..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,6 +265,7 @@ 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_);