]> git.donarmstrong.com Git - lilypond.git/blob - lily/auto-change-music.cc
release: 1.3.115
[lilypond.git] / lily / auto-change-music.cc
1 /*   
2   auto-switch-music.cc --  implement Auto_change_music
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #include "auto-change-music.hh"
11 #include "auto-change-iterator.hh"
12
13 Auto_change_music::Auto_change_music (SCM m)
14   : Music_wrapper (m)
15 {
16   set_mus_property ("iterator-ctor", Auto_change_iterator::constructor_cxx_function);
17
18 }