X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftext-interface.hh;h=4aa598cd154c7d140e2822f0127b841fa69953c8;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=3f8685b15ec2a169098e93a76a62a63e497cfb5b;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/include/text-interface.hh b/lily/include/text-interface.hh index 3f8685b15e..4aa598cd15 100644 --- a/lily/include/text-interface.hh +++ b/lily/include/text-interface.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2007 Han-Wen Nienhuys + (c) 1998--2008 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -22,6 +22,7 @@ public: DECLARE_SCHEME_CALLBACK (interpret_string, (SCM, SCM, SCM)); DECLARE_GROB_INTERFACE(); static bool is_markup (SCM); + static bool is_markup_list (SCM); }; #endif /* TEXT_ITEM */