]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
Property setting in lyrics: allow markup
[lilypond.git] / lily / parser.yy
index 0bb4c152f273455dd1e02f201803e66d8eeaa685..9b46bfe3cc3d16c1bd0e8ace4eae21c96c2ab9b1 100644 (file)
@@ -1447,7 +1447,7 @@ simple_string: STRING {
 scalar: string {
                $$ = $1;
        }
-       | LYRICS_STRING {
+       | lyric_element {
                $$ = $1;
        }
        | bare_number {