]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-column.cc
patch::: 1.3.59.uu2.jcn1
[lilypond.git] / lily / note-column.cc
index 7b8426077d88d3fab0271b80bbaefe351573ee40..7c1dd5ae9cf481c0079d358102a42535ab487eec 100644 (file)
@@ -38,7 +38,8 @@ Note_column::shift_compare (Note_column *const &p1, Note_column*const&p2)
   return h1 - h2;
 }
 
-Note_column::Note_column()
+Note_column::Note_column( SCM s)
+  : Item (s)
 {
   set_elt_pointer ("rests", SCM_EOL);
   set_elt_pointer ("note-heads", SCM_EOL);