X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscript-column.hh;h=ff0ed55bc6cd043480df252952f618bb4562d3f4;hb=fceacfbaa44cdf0eafcfbcce0ea97ebf5d823c4e;hp=c5b0bd43ea1804f20ce76e53d9328ecb6d1637cb;hpb=94189ec2b8da6d7e89dc619c646a927adead9b19;p=lilypond.git diff --git a/lily/include/script-column.hh b/lily/include/script-column.hh index c5b0bd43ea..ff0ed55bc6 100644 --- a/lily/include/script-column.hh +++ b/lily/include/script-column.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2001 Han-Wen Nienhuys + (c) 1999--2002 Han-Wen Nienhuys */ @@ -17,7 +17,9 @@ class Script_column { public: static void add_staff_sided (Grob*, Item*); - DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM )); + DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM )); + static bool has_interface (Grob*); + };