]> git.donarmstrong.com Git - lilypond.git/blob - lily/audio-element.cc
release: 0.1.7
[lilypond.git] / lily / audio-element.cc
1 /*
2   audio-element.cc -- implement Audio_element
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "audio-element.hh"
10  
11 IMPLEMENT_IS_TYPE_B(Audio_element);
12 Audio_element::~Audio_element()
13 {}