]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-performer.cc
Issue 3168: Invert the meaning of instrumentTransposition again.
[lilypond.git] / lily / note-performer.cc
index b0a81195c7185b953fa97c645d83d18eaebd4fc9..ddf9fe39213e0d74910ce75a268808ad254d424c 100644 (file)
@@ -80,7 +80,7 @@ Note_performer::process_music ()
           Moment len = get_event_length (n, now_mom ());
 
           Audio_note *p = new Audio_note (*pitp, len,
-                                          tie_event, transposing.negated ());
+                                          tie_event, transposing);
           Audio_element_info info (p, n);
           announce_element (info);
           notes_.push_back (p);