latex error message

2005-07-25 Thread Fairchild
This test.ly code %%% \version 2.4.6 #(ly:set-point-and-click 'line-column) \include ..\stuff.ly {{ \foo }} %%% with this stuff.ly located up one in the tree %%% \version 2.4.6 foo = { c c c c } %%% produces a latex error

Re: latex error message

2005-07-25 Thread Mats Bengtsson
Run lilypond --verbose to get a more informative error message. Then, search the mailing list archives. I wouldn't be surprised if you found that this was an old well-known issue. /Mats Fairchild wrote: This test.ly code %%% \version 2.4.6 #(ly:set-point-and-click

RE: latex error message

2005-07-25 Thread Fairchild
Mats - Found this in the archives: Installing the tetex-extra package will make it disappear, however you can ignore it. Bert Is tetex-extra installation doable for 2.4.6 and Windows XP? - Bruce Here's the verbose. LilyPond ready. lilypond --verbose

minor \markup (with variables) bug

2005-07-25 Thread Graham Percival
When using a variable (or macro?) in markup, there's an extra space at the end of the string. In the three lines below, the middle line has an extra space (FOO_.) between the FOO and the period. %% Fink 2.7.3 \version 2.6.0 \header{ var = FOO tagline = \markup{ \center-align { \line {FOO.}