Re: Lily 2.5.13 on OS X with package "system-tetex"?
On Mar 7, 2005, at 10:50, Graham Percival wrote: On 6-Mar-05, at 11:41 PM, David Rogers wrote: OS X, Lilypond 2.5.13 Lilypond says it depends on the tetex-base and tetex-texmf from Fink, and asks to install them, even though I have another tetex already, and have installed Fink's "system-tetex" package to point to my existing setup. Does Lilypond really depend specifically on the Fink packages? It depends on tetex-3. If your own setup is tetex-3, then you could modify the lilypond-devel.info file to remove the dependency and try it. I made a feeble attempt at this, but I didn't succeed at installing. Although both setups are based on tetex-3, several other required files are present in different versions in Wierda's distribution as compared to Fink. (Some versions are ahead, some behind. They include fontforge, bison, and several others.) This is beyond my capability to resolve, so I gave up messing around and just installed Lilypond's recommended items through Fink. Thank you both for your help! David ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: error Printing
Maybe it helps to update to a newer version of Acrobat reader (you didn't say what version he used). Also, you didn' say where the error message appeared, on the screen, on the display of the printer or on the paper. To me it almost looks like some kind of Postscript error, is it a postscript printer? In that case, it might happen that there are several different printer drivers available. For the HP printers we have here, there are both PCL and Postscript drivers available, and it occassionally happens that one of the drivers work when the other one doesn't. /Mats Arjan Bos wrote: Dear list, regarding 2.4.2: Did anyone of you ever had troubles printing on a networked OCE printer via windows NT 4.0 sp6? I produced a score for our conductor and sent him the resulting .pdf file. As I 've done this at least half a dozen times before without problems, I wasn't expecting an error. But when he tried to print this specific pdf file, he got the following error-message: ´invalidfont´, the offending command is ´definefont´ with operanding stack top / font top-1-dict- top-2/BA+ecss8 (original mail included below) Any ideas as to what might cause this? I looked at the fonts in the pdf-file and all-but-one are marked "embedded subset". The exception is "T3_Font_0". Could this be the source of the error? TIA, Arjan Begin forwarded message: From: "Bakker, Eric" <[EMAIL PROTECTED]> Date: 7 maart 2005 14:24:43 GMT+01:00 To: "Arjan Bos" <[EMAIL PROTECTED]> Subject: RE: Momentje? Hé arjan, op het scherm is alles ok. mijn printer geeft wel een foutmelding: ´invalidfont´, het offending command is ´definefont´ met als operanding stack top / font top-1-dict- top-2/BA+ecss8 Is dat iets wat in de pdf zelf fout kan zitten? Eric -Oorspronkelijk bericht- Van: Arjan Bos [mailto:[EMAIL PROTECTED] Verzonden: donderdag 3 maart 2005 22:11 Aan: Eric Bakker; Bakker, Eric; Roderic Bos Onderwerp: Momentje? Volgens mijn staat nu alles ech goe.. --- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time) ___ 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
Re: error Printing
[EMAIL PROTECTED] writes: > Maybe it helps to update to a newer version of Acrobat reader (you > didn't say what version he used). Also, you didn' say where the error > message appeared, on the screen, on the display of the printer or on IIRC, Oce printers print PDFs directly, so this would be a Ghostscript bug. Which version are you using? -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
RE: error Printing
>> Maybe it helps to update to a newer version of Acrobat reader (you >> didn't say what version he used). Also, you didn' say where the error >> message appeared, on the screen, on the display of the printer or on > >IIRC, Oce printers print PDFs directly, so this would be a Ghostscript >bug. Which version are you using? >-- Version of what? He uses Acrobat Reader 5. Or do you mean of Ghostscript? If so, could you please give some information as to how to find that out? [1] The error message did appear in the printer and according to him, the printer is a postscript printer. error message: > ´invalidfont´, the offending command is ´definefont´ with operanding stack > top / font > top-1-dict- > top-2/BA+ecss8 [1] Dutch sentence, English words 8-) Thanks, Arjan ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: emacs mode
On Tue, 2005-03-08 at 00:09 +, Ruth Ivimey-Cook wrote: > I played around for ages and eventually gave up trying to add to the > load path, putting the lilypond files in the place emacs wanted them > (in > my case, /usr/share/xemacs/site-packages/lisp/ with lilypond-init.el > in ./site-start.d) I believe there is an > equivalent /usr/share/emacs/... > too. Ah, for some reason I hadn't gotten lilypond-init.el into my ~/site- start.d directory. I moved it there and now I'm getting the real LilyPond mode with proper indents, menus, etc. Now if I could get emacs to start with the color scheme I like... -David ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Problem with triplet in multi-voice construct
Either I'm not counting right or I hit upon a bug. If the comment flag is removed from either of the two lines in the example, I get a barcheck failure at the first opportunity following the multi-voice group. I'm running lilypond 2.2.6 on SuSE 9.2 (kernel 2.6.8) with Athlon-64 CPU. I'm comfortable with the syntax for the "times 2/3" construct; it works right at other places in the file. Here is the snippet: << % {ees4. c8 c2( | c2) \times 2/3 {c b c} }\\ {1( | 1) | } \\ {ees1 | s1 } >> | % R37 << % {d2 c2( | c2) \times 2/3 {c b c} } \\ { 1 ( | 1 )} \\ {c1 } >> % R39 2 2(|8) r8 4 | % R41 4. 8(2) | d,4 4 | % R43 <<{1( | 4) } \\ {g2. s4 | r4} >> 4 | %R45 -- Joe Ferguson ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
warning message query
Using 2.5.13 on Mac (courtesy of Matthias) In every piece I've done, I am presented with the warning: Track... programming error: Stencil::moved_to_edge: adding empty stencil. Continuing; crossing fingers I can't determine either the cause or the effect. The output appears as expected. Is there a simple explanation? Stan ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
triplet in lyrics warning
I have this code: \version "2.4.5" \score { << \new Staff { \clef bass \time 4/4 \key c \major \times 2/3 { c8 d e } c2. } \lyrics { \times 2/3 { is8 it a } bug?2. } >> } which renders correctly, but during processing, lilypond produces this warning: triplet.ly:10:8: warning: no one to print a tuplet start bracket: \time s 2/3 { is8 it a } bug?2. which when I think about it, is probably technically correct, but also probably superfluous. -- Matthew Peltzer -- [EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user