]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-spacing.cc
release: 1.5.29
[lilypond.git] / lily / staff-spacing.cc
index a662f541331e5ea5ade65188b2b6f662c28e4e40..f0f0fe371e6544c7ec3561ff658f8af411d182f7 100644 (file)
@@ -1,9 +1,9 @@
 /*   
-staff-spacing.cc --  implement 
+staff-spacing.cc --  implement Staff_spacing
 
 source file of the GNU LilyPond music typesetter
 
-(c) 2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+(c) 2001--2002  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
  */
 
@@ -16,3 +16,10 @@ Staff_spacing::has_interface (Grob* g)
   return g && g->has_interface (ly_symbol2scm ("staff-spacing-interface"));
 }
 
+
+/*
+  
+  TODO: move computation of clef/key-sig/whatever to first-note
+  distance here.
+
+*/