]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ambitus.cc
Merge branch 'cvs-head' of ssh+git://hanwen@repo.or.cz/srv/git/lilypond into master...
[lilypond.git] / lily / ambitus.cc
index 9f1f5e769d501a8ac815a5d122d06db6f55c528d..2d88f61eae8e7ec66d987a6c0eaeb207e606ecb3 100644 (file)
@@ -30,7 +30,7 @@ Ambitus::print (SCM smob)
       && heads.size () > 1)
     {
       Grob *common
-       = common_refpoint_of_array (Link_array__Grob_ (heads.begin (),
+       = common_refpoint_of_array (vector<Grob*> (heads.begin (),
                                                       heads.begin () + 2),
                                    me, Y_AXIS);
 
@@ -70,4 +70,9 @@ Ambitus::print (SCM smob)
 
 ADD_INTERFACE (Ambitus, "ambitus-interface",
               "The line between note heads for a pitch range.",
-              "thickness note-heads join-heads");
+
+              /* props */
+              "join-heads "
+              "note-heads "
+              "thickness "
+              );