]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/custos.hh
``slikken kreng''
[lilypond.git] / lily / include / custos.hh
index 028982f18f0dca6ff0c132bd97da20d20475059c..697799ad13200314f288db20eef2b9a1c5e8bb9f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
 (C) 2000 Juergen Reuter <reuterj@ira.uka.de>
+ (C) 2000 Juergen Reuter <reuterj@ira.uka.de>
 */
 
 #ifndef CUSTOS_HH
 
 struct Custos
 {
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
   static bool has_interface (Grob*);
 
 private:
-  static void add_streepjes(Grob* me, int pos, int interspaces, Molecule* custos_p_);
+  static void add_streepjes (Grob* me, int pos, int interspaces, Molecule* custos_);
   static Molecule create_ledger_line (Interval x_extent, Grob *me) ;
 
 };