]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
* lily/new-quote-iterator.cc (construct_children): set
[lilypond.git] / lily / parser.yy
index a193206ffc1a5a04b083bc9f94c6bff283452d30..54edb3afdc38da8e521e8450ac2eaf08be36ad05 100644 (file)
@@ -1598,14 +1598,6 @@ command_element:
 
                $$ = skip;
        }
-       | QUOTE STRING duration_length {
-               Music *quote = MY_MAKE_MUSIC ("QuoteMusic");
-               quote->set_property ("duration", $3);
-               quote->set_property ("quoted-music-name", $2);
-               quote->set_spot (THIS->here_input ());
-
-               $$ = quote;
-       }
        | OCTAVE { THIS->push_spot (); }
          pitch {
                Music *m = MY_MAKE_MUSIC ("RelativeOctaveCheck");