lilypond-1.3.122
[lilypond.git] / lily / context-specced-music.cc
blob8350fcb098825f94e29d6c7ef88b1d1092c3465a
1 /*
2 context-specced-music.cc -- implement Context_specced_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
9 #include "context-specced-music.hh"
10 Context_specced_music::Context_specced_music(SCM m)
11 : Music_wrapper (m)
13 set_mus_property ("type",
14 ly_symbol2scm ("context-specced-music"));