]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-performer.cc
revert change of instrumentTransposition definition. Document why.
[lilypond.git] / lily / note-performer.cc
index a5b4afce87f35d2d430ab8dd85722ef1a5bc471e..6bfc82211b73724e7104fa121558bfb903b06776 100644 (file)
@@ -66,7 +66,7 @@ Note_performer::process_music ()
                 }
 
              Audio_note *p = new Audio_note (*pitp, get_event_length (n), 
-                                              tie_event, transposing);
+                                              tie_event, transposing.negated ());
              Audio_element_info info (p, n);
              announce_element (info);
              notes_.push_back (p);