]> git.donarmstrong.com Git - lilypond.git/blob - lily/context-specced-music.cc
* lily/include/translator.hh (ENTER_DESCRIPTION): add
[lilypond.git] / lily / context-specced-music.cc
1 /*   
2   context-specced-music.cc --  implement Context_specced_music
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9 #include "context-specced-music.hh"
10
11
12 Context_specced_music::Context_specced_music ()
13 {
14 }
15
16 ADD_MUSIC (Context_specced_music);