* lily/music-iterator.cc (quit, do_quit): new function: break link
[lilypond.git] / lily / audio-element.cc
blob1b910a6816af928fda25546eebff780f761058c6
1 /*
2 audio-element.cc -- implement Audio_element
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include "audio-element.hh"
12 Audio_element::Audio_element ()
14 grace_b_ = false;
17 Audio_element::~Audio_element ()