]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-engraver.cc
Issue 2507: Stop the entanglement of context properties and grob property internals
[lilypond.git] / lily / score-engraver.cc
index b361d03fc15770783150b03c11b446932054c8ca..54f34575d224045867b84c498c4311c4021a925f 100644 (file)
@@ -24,6 +24,7 @@
 #include "context-def.hh"
 #include "dispatcher.hh"
 #include "global-context.hh"
+#include "grob-properties.hh"
 #include "international.hh"
 #include "main.hh"
 #include "open-type-font.hh"
@@ -88,7 +89,7 @@ Score_engraver::initialize ()
   pscore_->unprotect ();
   context ()->set_property ("output", pscore_->self_scm ());
 
-  SCM props = updated_grob_properties (context (), ly_symbol2scm ("System"));
+  SCM props = Grob_property_info (context (), ly_symbol2scm ("System")).updated ();
 
   pscore_->typeset_system (new System (props));