]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/custos.hh
* lily/include/custos.hh, make/lilypond.suse.spec.in,
[lilypond.git] / lily / include / custos.hh
index d962ef975f20a41d287b3e594bde308ce8442a4e..470c0bbfbfd73d794a782351e656f80a61962aac 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 <reuter@ipd.uka.de>
 */
 
 #ifndef CUSTOS_HH
 
 struct Custos
 {
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
-  static bool has_interface (Score_element*);
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  static bool has_interface (Grob*);
+
+private:
+  static void add_streepjes (Grob* me, int pos, int interspaces, Molecule* custos_);
+  static Molecule create_ledger_line (Interval x_extent, Grob *me) ;
+
 };
 
 #endif // CUSTOS_HH