]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/p-score.cc
release: 0.1.59
[lilypond.git] / lily / p-score.cc
index e53985fa4e6ada010850302abe8c29069887d481..02033ab93ead58102b8260c1404a895c4a52fd90 100644 (file)
@@ -227,8 +227,7 @@ Paper_score::tex_output ()
 
   if (experimental_features_global_b)
     tex_out << "\\turnOnExperimentalFeatures%\n";
-  if (postscript_global_b)
-    tex_out << "\\turnOnPostScript%\n";
+  tex_out << "\\turnOnPostScript%\n";
   super_elem_l_->output_all ();
   tex_out << "\n\\EndLilyPondOutput";
   outputter_l_ = 0;