]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/ps-score.hh
d83a503d8629e75562294505578f4dd25b220f56
[lilypond.git] / lily / include / ps-score.hh
1 /*
2   ps-score.hh -- declare Ps_score
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1998 Jan Nieuwenhuizen <jannneke@gnu.org>
7 */
8
9 #ifndef PS_SCORE_HH
10 #define PS_SCORE_HH
11
12 #include "p-score.hh"
13
14 class Ps_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 // PS_SCORE_HH