On 2010-01-24, Bernard Hurley wrote: > Using Ubuntu Linux 9.10 and lilypond version 2.13.12, if I do: > > lilypond -dbackend=svg test.ly > > where test.ly is: > > \version "2.13.12" > { > \time 3/4 > c' > } > > > I get the output: > > GNU LilyPond 2.13.12 > Processing `test.ly' > Parsing... > Interpreting music... > Preprocessing graphical objects... > Solving 1 page-breaking chunks...[1: 1 pages] > Drawing systems... > Layout output to > `test.svg'.../home/consultant/lilynew/lilypond/out/share/lilypond/current/scm/lily-library.scm:709:25: > In procedure ly:font-name in expression (ly:font-name font): > /home/consultant/lilynew/lilypond/out/share/lilypond/current/scm/lily-library.scm:709:25: > Wrong type argument in position 1 (expecting Font_metric): > "CharisSIL" > > It works as expected without the "\time 3/4"
Hi, I assume you are compiling LilyPond from git, since your \version is "2.13.12". Is that correct? This type of error normally shouldn't happen, because the only fonts that are passed to "font-name-style" are the Emmentaler and Aybabtu OTF fonts, and the feta-alphabet* Type1 fonts. I can't think of a case where another font would slip through, unless there is a problem with one of LilyPond's dependencies. Can you send your ./autogen.sh output? Thanks, Patrick _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond