]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-types.scm
* lily/context-specced-music-iterator.cc (construct_children):
[lilypond.git] / scm / define-music-types.scm
index d0acbc44255a22b1b490c70b4f3b53a9d74e6b6c..9dfcc33de1b6f576745cdd71747cbe6a56bbe59f 100644 (file)
@@ -401,7 +401,7 @@ goes down).")
     (QuoteMusic
      . (
        (description . "Quote preprocessed snippets of music. ")
-       (internal-class-name . "Music_wrapper") ;;  so we get Event::get_length ().
+       (internal-class-name . "Music_wrapper")
        (iterator-ctor . ,Quote_iterator::constructor)
        (types . (general-music))
        ))