]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / paper-outputter.cc
index 7a39af91d57e141b4359de8a6911d647c764616d..c321c6f8df4e4d7701d925bc5ad5284706b20242 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <cmath>
 #include <ctime>
+
 using namespace std;
 
 #include "dimensions.hh"
@@ -28,13 +29,13 @@ using namespace std;
 
 #include "ly-smobs.icc"
 
-Paper_outputter::Paper_outputter (SCM port, String format)
+Paper_outputter::Paper_outputter (SCM port, string format)
 {
   file_ = port;
   output_module_ = SCM_EOL;
   smobify_self ();
 
-  String module_name = "scm output-" + format;
+  string module_name = "scm output-" + format;
   output_module_ = scm_c_resolve_module (module_name.c_str ());
 }