From: fred Date: Wed, 27 Mar 2002 00:56:36 +0000 (+0000) Subject: lilypond-1.3.133 X-Git-Tag: release/1.5.59~903 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f94dddc03c412c6b32339a0e47f19c716fb5ff2;p=lilypond.git lilypond-1.3.133 --- 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)