From 2f94dddc03c412c6b32339a0e47f19c716fb5ff2 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:56:36 +0000 Subject: [PATCH] lilypond-1.3.133 --- lily/include/local-key-item.hh | 5 +++-- scm/grob-description.scm | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lily/include/local-key-item.hh b/lily/include/local-key-item.hh index e0f781c881..e1372cf175 100644 --- a/lily/include/local-key-item.hh +++ b/lily/include/local-key-item.hh @@ -15,8 +15,9 @@ class Local_key_item { static Molecule parenthesize (Grob*me, Molecule) ; public: - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); - static void add_pitch (Grob*me, Pitch, bool cautionary, bool natural); + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM)); + static void add_pitch (Grob*me, Pitch, bool cautionary, bool natural, Grob *tie_break_cautionary); static bool has_interface (Grob*); static void set_interface (Grob*); }; diff --git a/scm/grob-description.scm b/scm/grob-description.scm index 5c9e37c151..f9bbfab167 100644 --- a/scm/grob-description.scm +++ b/scm/grob-description.scm @@ -251,6 +251,7 @@ (Accidentals . ( (molecule-callback . ,Local_key_item::brew_molecule) (X-offset-callbacks . (,Side_position::aligned_side)) + (after-line-breaking-callback . ,Local_key_item::after_line_breaking) (direction . -1) (left-padding . 0.2) (right-padding . 0.4) -- 2.39.2