]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
* scm/font.scm: remove old markup legacy
[lilypond.git] / lily / parser.yy
index 3650603e31512af7c2b42d760cbe5b3f630e4341..9d9ff455e32718d49214b91e45920c951129484e 100644 (file)
@@ -2327,13 +2327,6 @@ My_lily_parser::beam_check (SCM dur)
 
 
 
-bool
-markup_p (SCM x)
-{
-       return gh_pair_p (x)
-               && SCM_BOOL_F != scm_object_property (gh_car (x), ly_symbol2scm ("markup-signature"));
-}
-
 
 /*
 
@@ -2372,7 +2365,7 @@ My_lily_lexer::try_special_identifiers (SCM * destination, SCM sid)
 
                *destination = p->self_scm();
                return MUSIC_OUTPUT_DEF_IDENTIFIER;
-       } else if (new_markup_p (sid)) {
+       } else if (Text_item::markup_p (sid)) {
                *destination = sid;
                return MARKUP_IDENTIFIER;
        }