]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script-column.cc
* Documentation/windows/zlily-profile.sh:
[lilypond.git] / lily / script-column.cc
index c45ee3c92ca5de624511bdea5b6858b5185ae206..33aacb3e5e0c51db3d05936cde40e5d78a146ee6 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 #include "script-column.hh"
@@ -43,7 +43,6 @@ Script_column::before_line_breaking (SCM smob)
   Link_array<Grob> staff_sided 
     = Pointer_group_interface__extract_grobs (me, (Grob*)0, "scripts");
                                     
-                                    
   for (int i=0; i < staff_sided.size (); i++)
     {
       Direction d = Side_position_interface::get_direction (staff_sided[i]);
@@ -79,3 +78,9 @@ Script_column::before_line_breaking (SCM smob)
   return SCM_UNSPECIFIED;
 }
 
+
+ADD_INTERFACE (Script_column,"script-column-interface",
+  "An interface that sorts scripts according to their @code{script-priority}",
+  "");
+
+