]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
* lily/side-position-interface.cc (out_of_staff): move contents of
[lilypond.git] / lily / lexer.ll
index cd6d8403290266b695550e1e76e6f0142b24b48b..c2cb3077ca71401c2a27c611c065f2c858712c7f 100644 (file)
@@ -47,7 +47,7 @@ using namespace std;
 #include "main.hh"
 #include "version.hh"
 #include "lilypond-input-version.hh"
-#include "translator-def.hh"
+#include "context-def.hh"
 #include "identifier-smob.hh"
 
 /*
@@ -484,6 +484,8 @@ HYPHEN              --
                        SCM tag = gh_cdr(s);
                        if (tag == ly_symbol2scm("markup0"))
                                return MARKUP_HEAD_MARKUP0;
+                       if (tag == ly_symbol2scm("empty"))
+                               return MARKUP_HEAD_EMPTY;
                        else if (tag == ly_symbol2scm ("markup0-markup1"))
                                return MARKUP_HEAD_MARKUP0_MARKUP1;
                        else if (tag == ly_symbol2scm ("markup-list0"))