]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-context.cc
* lily/include/music.hh (class Music): unvirtualize transpose().
[lilypond.git] / lily / score-context.cc
index 6cbd6a555915c9263a8f4ee6d20f1aea3adf7213..4876f51548bc52c0bee4b4150b3363074c609803 100644 (file)
@@ -1,12 +1,13 @@
-/*   
-       score-context.cc -- implement Score_context
-
-       source file of the GNU LilyPond music typesetter
-
-       (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
+/*
+  score-context.cc -- implement Score_context
+  
+  source file of the GNU LilyPond music typesetter
+  
+  (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "score-context.hh"
+
 #include "score-translator.hh"
 
 void
@@ -43,3 +44,8 @@ Score_context::get_output ()
   return s->get_output ();
 }
 
+
+Score_context::Score_context (Object_key const *key)
+  : Context (key)
+{
+}