Status: New
Owner: ----

New issue 735 by jameselihubailey: Lilypond 2.12 on OSX errors when trying to change a font.
http://code.google.com/p/lilypond/issues/detail?id=735

The example:
\markup \override #'(font-name . "Palatino Roman" ) { test }

errors on Lilypond version 2.12 on OSX with the error:

Layout nach »noteheads.ps«
ausgeben.../Users/jamesebailey/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/framework-ps.scm:293:28:
In procedure font-file-as-ps-string in expression (font-file-as-ps-string
name full-name):
/Users/jamesebailey/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/framework-ps.scm:293:28:
Wrong number of arguments to #<procedure font-file-as-ps-string (name
file-name font-index)>

Modfiying the framework-ps.scm file to have at line 293:

(set! embed (font-file-as-ps-string name full-name 0)))

solves the problem

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to