]> git.donarmstrong.com Git - lilypond.git/blob - lily/interpreter.cc
release: 0.0.70pre
[lilypond.git] / lily / interpreter.cc
1 /*
2   interpreter.cc -- implement Interpreter
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include <assert.h>
10 #include "interpreter.hh"
11
12 Interpreter::Interpreter()
13 {
14     music_list_i_ =0;
15 }
16
17 Interpreter::~Interpreter()
18 {
19 //    assert(!music_list_i_ );
20 }