lilypond-1.3.31
[lilypond.git] / lily / auto-change-music.cc
blob7902d55ced44b0968dc49d9a7ea7a8d324c26e58
2 /*
3 auto-switch-music.cc -- implement
5 source file of the GNU LilyPond music typesetter
7 (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9 */
11 #include "auto-change-music.hh"
13 Auto_change_music::Auto_change_music (String what, Music * m)
14 : Music_wrapper (m)
16 what_str_ = what;