This is line 293 of
/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/framework-ps.scm
after the change:
(set! embed (font-file-as-ps-string name full-name 0)))
James E. Bailey wrote:
Wow, I just had that same problem this morning. I was trying to do:
{
\clef bass
c d e f
\override NoteHead #'stencil = #ly:text-interface::print
\override Voice.NoteHead #'text = \markup { \override #'(font-name .
"Palatino Bold " ) { d } }
c d e f
}
Where did you add the 0?
Am 17.01.2009 um 15:23 schrieb Mats Behre:
Hi,
When I compile my existing scores with 2.12.1 I get an error like this:
Layout output to
`AltoSax1.ps'.../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):
/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)>
I have worked around it by adding 0 as the font-index argument at the
indicated line, and it seems to work, but will that always give the
expected result?
Thanks,
Mats
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user