From: fred Date: Thu, 21 Nov 1996 22:54:16 +0000 (+0000) Subject: lilypond-0.0.11 X-Git-Tag: release/1.5.59~6779 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=642a30361e788719be44d4714548c6c02be35ffc;p=lilypond.git lilypond-0.0.11 --- diff --git a/src/simplestaff.cc b/src/simplestaff.cc index 21cccabcb1..1afe0eed08 100644 --- a/src/simplestaff.cc +++ b/src/simplestaff.cc @@ -49,6 +49,9 @@ Simple_column::process_requests() if (rq->beam()) { beam_ = rq->beam(); } + if (rq->slur()) { + slurs.add(rq->slur()); + } } }