]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-interface.hh
($(outdir)/%.pdf): add DVIPS_FLAGS. This will
[lilypond.git] / lily / include / line-interface.hh
index 0bf56707a09bf0cafdaf22a7a6c4fa668b6b4fe7..576fcce7fccd03a77933d5236de39893ec0d89c9 100644 (file)
@@ -14,10 +14,10 @@ source file of the GNU LilyPond music typesetter
 
 struct Line_interface
 {
-  static Molecule line (Grob *me, Offset from, Offset to);
+  static Stencil line (Grob *me, Offset from, Offset to);
   static bool has_interface (Grob*);
-  static Molecule make_dashed_line (Real th, Offset from, Offset to, Real, Real);
-  static Molecule make_line (Real th, Offset from, Offset to);
+  static Stencil make_dashed_line (Real th, Offset from, Offset to, Real, Real);
+  static Stencil make_line (Real th, Offset from, Offset to);
 };
 
 #endif /* LINE_INTERFACE_HH */