]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-column.cc
Imported Upstream version 2.18.0
[lilypond.git] / lily / note-column.cc
index da52093797fb1f3b98c91f42c07ad0835f70a441..42bd9b484c005270e9b290b8fef74df1cd355bd9 100644 (file)
@@ -196,12 +196,6 @@ Note_column::dot_column (Grob *me)
   return 0;
 }
 
-Grob *
-Note_column::arpeggio (Grob *me)
-{
-  return unsmob_grob (me->get_object ("arpeggio"));
-}
-
 /* If a note-column contains a cross-staff stem then
    nc->extent (Y_AXIS, refp) will not consider the extent of the stem.
    If you want the extent of the stem to be included (and you are safe
@@ -220,7 +214,6 @@ ADD_INTERFACE (Note_column,
                "Stem and noteheads combined.",
 
                /* properties */
-               "arpeggio "
                "force-hshift "
                "horizontal-shift "
                "ignore-collision "