]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
* GNUmakefile.in: add dir argument for find command.
[lilypond.git] / lily / parser.yy
index 81a8f810828fac52dbc474de935d50147922a2f3..a34c8a07784908ae3b6466a0057ad834d7d89c60 100644 (file)
@@ -2062,6 +2062,7 @@ bass_figure:
                Music *bfr = MY_MAKE_MUSIC ("BassFigureEvent");
                $$ = bfr->self_scm ();
                bfr->unprotect ();
+               bfr->set_spot (@1);
        }
        | bass_number  {
                Music *bfr = MY_MAKE_MUSIC ("BassFigureEvent");
@@ -2073,6 +2074,7 @@ bass_figure:
                        bfr->set_property ("text", $1);
 
                bfr->unprotect ();
+               bfr->set_spot (@1);
        }
        | bass_figure ']' {
                $$ = $1;