]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-context.hh
(struct Beam_stem_segment): add gapped_ for
[lilypond.git] / lily / include / score-context.hh
index 39cf74c61364397e10738b79bb58c6a94f0bde68..349c768696aa004d3b5e125bd23462c6b56a8559 100644 (file)
@@ -1,9 +1,9 @@
 /*
   score-context.hh -- declare Score_context
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 #ifndef SCORE_CONTEXT_HH
 #define SCORE_CONTEXT_HH
 
 class Score_context : public Context
 {
- public:
-  virtual Music_output *get_output ();     
+public:
+  Score_context (Object_key const *);
+
+  virtual SCM get_output ();
   virtual void prepare (Moment);
   virtual void finish ();
   virtual void one_time_step ();