]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/tex-score.hh
patch::: 1.0.14.tca1
[lilypond.git] / lily / include / tex-score.hh
1 /*
2   tex-score.hh -- declare Tex_score
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1998 Jan Nieuwenhuizen <jannneke@gnu.org>
7 */
8
9 #ifndef TEX_SCORE_HH
10 #define TEX_SCORE_HH
11
12 #include "p-score.hh"
13
14 class Tex_score : public Paper_score
15 {
16 public:    
17   virtual Paper_outputter* paper_outputter_p (Paper_stream*) const;
18   virtual Paper_stream* paper_stream_p () const;
19 };
20
21 #endif // TEX_SCORE_HH