Thorsten Mueller wrote:
Hi all,

I tried to get an tex-output with version 2.8.1
I tried the follwing things:
I took a file from the documentation: petite-ouverture-a-danser.ly
lilypond petite-ouverture-a-danser.ly --> works I get a ps and pdf output
lilypond -f svg -b svg petite-ouverture-a-danser.ly -->works a get an svg-picture

lilypond -f tex -b tex petite-ouverture-a-danser.ly --> failure:
GNU LilyPond 2.8.1
Processing `petite-ouverture-a-danser.ly'
Parsing...
Interpreting music... [8][16][24][32][40][47]
Preprocessing graphical objects...
Calculating line breaks... [3][6][9][12][15][18][21][24][27][30][33][36][39][42][45][47]ERROR: Unbound variable: TEX_STRING_HASHLIMIT

lilypond -f dvi -b tex petite-ouverture-a-danser.ly --> failure:
GNU LilyPond 2.8.1
Processing `petite-ouverture-a-danser.ly'
Parsing...
Interpreting music... [8][16][24][32][40][47]
Preprocessing graphical objects...
Calculating line breaks... [3][6][9][12][15][18][21][24][27][30][33][36][39][42][45][47]ERROR: Unbound variable: TEX_STRING_HASHLIMIT

I tried to find the variable TEX_STRING_HASHLIMIT and found it with "grep" in output-texstr.scm bu there it is definded shortly before use and in /usr/local/lilypond/usr/bin/lilypond, so I would guess a library or s.th. like this is missing, but I'm stucked at this point!

Yes, the C++ code says


  /*
    Actually, it's defined in framework-texstr, but let's see how long
    it takes before we get a bugreport. HWN 13/2/2006.
   */
  SCM limit = ly_lily_module_constant ("TEX_STRING_HASHLIMIT");
  string key_str = ly_scm2string (font->font_file_name ());

2.5 months. not bad.

--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to