]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/p-score.cc
release: 0.1.37
[lilypond.git] / lily / p-score.cc
index 39ada58c3b21402c6ea95d8a30a9f00315aeb09b..4ca78c5993b9cba8cc81d9c278e4c5537dd9758e 100644 (file)
@@ -211,6 +211,8 @@ Paper_score::tex_output ()
 
   if (experimental_features_global_b)
     tex_out << "\\turnOnExperimentalFeatures%\n";
+  if (postscript_global_b)
+    tex_out << "\\turnOnPostScript%\n";
   super_elem_l_->output_all ();
   tex_out << "\n\\EndLilyPondOutput";
   outputter_l_ = 0;