]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-output.hh
unsmob_pitch -> Pitch::unsmob and related
[lilypond.git] / lily / include / music-output.hh
index 2be6b23b97f14199ad5082790d51f0f93d12d955..10817f3957edbd3404b9d9de732af3c32454f31a 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@
 class Music_output
 {
   DECLARE_SMOBS (Music_output);
-  DECLARE_CLASSNAME(Music_output);
+  DECLARE_CLASSNAME (Music_output);
 protected:
   Music_output ();
 
@@ -38,7 +38,6 @@ public:
   virtual void process ();
 };
 
-DECLARE_UNSMOB (Music_output, music_output);
 Paper_score *unsmob_paper_score (SCM);
 Performance *unsmob_performance (SCM);
 #endif /* MUSIC_OUTPUT_HH */