]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.11
authorfred <fred>
Thu, 21 Nov 1996 22:54:16 +0000 (22:54 +0000)
committerfred <fred>
Thu, 21 Nov 1996 22:54:16 +0000 (22:54 +0000)
src/simplestaff.cc

index 21cccabcb135abcebd9e81740ed9af9dedd6fe30..1afe0eed08f98b995b9117bbead75b4c08424215 100644 (file)
@@ -49,6 +49,9 @@ Simple_column::process_requests()
            if (rq->beam()) {
                beam_ = rq->beam();
            }
+           if (rq->slur()) {
+               slurs.add(rq->slur());
+           }
        }
 }