]> git.donarmstrong.com Git - lilypond.git/blob - lily/auto-change-music.cc
c75cb9e605386a8717dc8ee008613086d8a8cc2d
[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--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8   
9  */
10
11 #include "auto-change-music.hh"
12
13 Auto_change_music::Auto_change_music (Music * m)
14   : Music_wrapper (m)
15 {
16   set_mus_property ("type", ly_symbol2scm ("auto-change-music"));
17 }