lilypond-1.3.154
[lilypond.git] / lily / auto-change-music.cc
blob5af0524d964be0299d96e7465df6a35e5e26935d
1 /*
2 auto-switch-music.cc -- implement Auto_change_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #include "auto-change-music.hh"
11 #include "auto-change-iterator.hh"
13 Auto_change_music::Auto_change_music (SCM m)
14 : Music_wrapper (m)
16 set_mus_property ("iterator-ctor", Auto_change_iterator::constructor_cxx_function);