lilypond-0.1.59
[lilypond.git] / lily / interpreter.cc
blob15f400bfc8e427880fb74090cfe8d158a1e63114
1 /*
2 interpreter.cc -- implement Interpreter
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include <assert.h>
10 #include "interpreter.hh"
12 Interpreter::Interpreter()
14 music_list_i_ =0;
17 Interpreter::~Interpreter()
19 // assert(!music_list_i_ );