]> git.donarmstrong.com Git - lilypond.git/blob - lily/music-output.cc
(process): return #f iso. #<undefined>. This
[lilypond.git] / lily / music-output.cc
1 /* 
2   music-output.cc --  implement Music_output
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7   
8 */
9
10 #include "music-output.hh" 
11
12 /*
13   Just stubs.
14  */
15 SCM
16 Music_output::process ()
17 {
18   return SCM_EOL;
19 }
20
21 Music_output::~Music_output ()
22 {
23   
24 }
25