]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-performer.cc
Merge branch 'dev/kainhofer' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / lily / note-performer.cc
index d6554bbdc8520a4ded490bd6c26a24b9420c4422..776061f6c6f1690ec9fc38eac13624b3c85effe3 100644 (file)
@@ -67,12 +67,7 @@ Note_performer::process_music ()
                tie_event = ev;
            }
 
-         Moment len = get_event_length (n);
-         if (now_mom ().grace_part_)
-           {
-             len.grace_part_ = len.main_part_;
-             len.main_part_ = Rational (0);
-           }
+         Moment len = get_event_length (n, now_mom ());
          
          Audio_note *p = new Audio_note (*pitp, len, 
                                          tie_event, transposing.negated ());