lilypond-1.3.154
[lilypond.git] / lily / audio-element.cc
blob6de8b5f2471b7b29ecf9907f99a1e4f343d27bcf
1 /*
2 audio-element.cc -- implement Audio_element
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include "audio-element.hh"
10 #include "debug.hh"
12 Audio_element::Audio_element ()
14 grace_b_ = false;
17 Audio_element::~Audio_element ()