]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-column.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / note-column.cc
index c77aa351f5a8f379189187e3311b9ac6889d385a..ba8ebd6fd8c700fbe4d1fd28160631ac478068c6 100644 (file)
@@ -188,14 +188,4 @@ Note_column::arpeggio (Grob *me)
 
 ADD_INTERFACE (Note_column, "note-column-interface",
               "Stem and noteheads combined",
-
-              /* properties */
-              "accidentals "
-              "arpeggio "
-              "force-hshift "
-              "horizontal-shift "
-              "note-heads "
-              "rest "
-              "rest-collision "
-              "stem "
-              );
+              "arpeggio note-heads rest-collision rest horizontal-shift stem accidentals force-hshift");