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