]> git.donarmstrong.com Git - lilypond.git/blobdiff - ps/lilyponddefs.ps
* scm/output-ps.scm (make-title, output-scopes): Further
[lilypond.git] / ps / lilyponddefs.ps
index 991dc58caa7c5263f54dba3720469e3e9a6e6762..c11a7390f5959b0da73f87ce353e30457e5411b5 100644 (file)
@@ -1,10 +1,13 @@
-%!PS-Adobe-1.0: lilyponddefs
+%!PS-Adobe-1.0: lilyponddefs.ps
 %
 % Functions for direct PostScript output
 
 % hmm
 % /setgray { 1 add } bind def
 
+% To let gs load fonts from builddir, do:
+% export GS_LIB=$(pwd)/mf/out:/usr/share/texmf/fonts/type1/bluesky/cm
+
 /staff-line-thickness lilypondpaperlinethickness def
 /staff-height lilypondpaperstaffheight def
 /line-width lilypondpaperlinewidth def
@@ -217,7 +220,10 @@ staff-height init-paper
 /line-x left-margin output-scale div def
 /line-y vsize top-margin sub def
 
-make-lilypond-title
+% FIXME: testing \markup titles
+% make-lilypond-title
 
 % see if we're there...
 % 10 setlinewidth 0 0 moveto 400 800 lineto stroke
+
+% end lilyponddefs.ps