]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
* lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
[lilypond.git] / lily / parser.yy
index 85b2fb1cb70745465854507988e97fc8573a5157..5662c99439d3fe89088d8a654e0b5077a95db4ee 100644 (file)
@@ -1513,6 +1513,9 @@ simple_string: STRING {
        | LYRICS_STRING {
                $$ = $1;
        }
+       | STRING_IDENTIFIER {
+               $$ = $1;
+       }
        ;
 
 scalar: string {