]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/vaticana-ligature.cc
tie formatting
[lilypond.git] / lily / vaticana-ligature.cc
index 0477c0e78559b9a568bae674082cd7066d2edf6d..1fdf2b5430a9536645ee675d3e2a32d41c33bf11 100644 (file)
@@ -25,7 +25,7 @@ vaticana_brew_cauda (Grob *me,
                     Real thickness,
                     Real blotdiameter)
 {
-  bool on_staffline = Staff_symbol_referencer::on_staffline (me, pos);
+  bool on_staffline = Staff_symbol_referencer::on_line (me, pos);
   int interspaces = Staff_symbol_referencer::line_count (me) - 1;
   bool above_staff = pos > interspaces;