]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-collecting-engraver.cc
* lily/context-def.cc (path_to_acceptable_context): bugfix, depth
[lilypond.git] / lily / staff-collecting-engraver.cc
index fb9ff7d639f55bd3ce6c0f8fc7e84fdc9d4abe18..095bfe11156a1b6e4be7242dce44416193ee4747 100644 (file)
@@ -1,11 +1,10 @@
-/*   
-staff-collecting-engraver.cc -- implement Staff_collecting_engraver
+/*
+  staff-collecting-engraver.cc -- implement Staff_collecting_engraver
 
-source file of the GNU LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-(c) 2001--2005  Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
+  (c) 2001--2005  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+*/
 
 #include "staff-symbol.hh"
 #include "engraver.hh"
@@ -21,7 +20,6 @@ public:
 
 Staff_collecting_engraver::Staff_collecting_engraver ()
 {
-  
 }
 
 void
@@ -36,12 +34,11 @@ Staff_collecting_engraver::acknowledge_grob (Grob_info gi)
     }
 }
 
-
 ADD_TRANSLATOR (Staff_collecting_engraver,
-/* descr */       "Maintain the stavesFound variable",
+               /* descr */ "Maintain the stavesFound variable",
 
-/* creats*/       "",
-/* accepts */     "",
-/* acks  */      "staff-symbol-interface",
-/* reads */       "stavesFound",
-/* write */       "stavesFound");
+               /* creats*/ "",
+               /* accepts */ "",
+               /* acks  */ "staff-symbol-interface",
+               /* reads */ "stavesFound",
+               /* write */ "stavesFound");