]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.y
release: 0.0.77.jcn1
[lilypond.git] / lily / parser.y
index 4f074fb2dc0b7f03a32d708b8fe9cd825ec927fd..995d541ea8a894e76cc8d3204f171310127d3bf1 100644 (file)
@@ -573,7 +573,7 @@ simple_element:
 
 command_elt:
 /* empty */    {
-               $$ = new Voice_element;
+               $$ = new Request_chord;
                $$-> set_spot( THIS->here_input());
        }
 /* cont: */