]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-interface.hh
move trill line into line-interface. Allows angled trill lines.
[lilypond.git] / lily / include / line-interface.hh
index ccbd83eba121f648bd21e483a9ec02b4afef01c3..fa94b9f71185fc5813bce3229b8f0e09e64ede18 100644 (file)
@@ -16,7 +16,10 @@ struct Line_interface
 {
   static Stencil line (Grob *me, Offset from, Offset to);
   DECLARE_GROB_INTERFACE();
-  static Stencil zigzag_stencil (Grob *me,
+  static Stencil make_zigzag_line (Grob *me,
+                                  Offset from,
+                                  Offset to);
+  static Stencil make_trill_line (Grob *me,
                                 Offset from,
                                 Offset to);
   static Stencil make_dashed_line (Real th, Offset from, Offset to, Real, Real);