]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter.cc
Fix inspect-quants for Beam.
[lilypond.git] / lily / paper-outputter.cc
index 0651b097cf25575124338e06c72893c47b2527f0..e08cbd6590ea870c2e357b16943490a45f5fa25f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -99,6 +99,12 @@ Paper_outputter::scheme_to_string (SCM scm)
   return scm_eval (scm, output_module_);
 }
 
+SCM
+Paper_outputter::module () const
+{
+  return output_module_;
+}
+
 void
 Paper_outputter::output_scheme (SCM scm)
 {