Re: Compile Troubles

2001-11-04 Thread Laura Conrad
> "Han-Wen" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: >> Or we could try installing ht://dig on lilypond.org -- but I'm not >> sure what that would involve. Han-Wen> Now I know. Han-Wen> See Han-Wen>http://blauw.xs4all.nl/htdig/ Yes, that's what I was thinki

Re: Compile Troubles

2001-11-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > One thing I sometimes wish we had was a search of the complete > > documentation. I know google indexes it all, but when I go to the > > documentation page and look at the table of contents and the index and > > don't see anything that's clearly relevant, sometimes I

Re: Ties and Slurs

2001-11-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > > 3. Is there any way to tie a grace note to the note it precedes? > > > > No, not with 1.4.x. > > > > Is there another version out that will do this that you recommend? Well, 1.5 will do it, but it messes up the spacing in many cases. > Thanks again so much for

Re: Ties and Slurs

2001-11-04 Thread rif
Wow, that was a quick response. Thanks so much. I still have some questions. > try explicitly instantiating a Voice > Ok, I changed it to read: \context Staff = up { \context Voice { \relative c'' \sequential { < a2. c2. > ~ < a8 c8 > d8

Ties and Slurs

2001-11-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: (neat address) >\relative c'' \sequential { > < a2. c2. > ~ < a8 c8 > d8 > c8 f,8~ >} > > When I compile, I get a warning message such as: > No ties were created!: > < a2. c2. > ~ See http://www.cs.uu.nl/~hanwen/lil

Ties and Slurs

2001-11-04 Thread Ryan M. Rifkin
Hi. I have three questions on ties and slurs. I'm using lilypond 1.4.6 curently. 1. I'm typesetting a piano piece, and the first chord in the right hand needs to be three and a half beats long (in 4/4 time), so I'm trying to tie a dotted half to a quarter. So the beginning of the right-hand

Re: Compile Troubles

2001-11-04 Thread Mats Bengtsson
> > "Jan" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: > > Jan> Any tips on how to avoid this (apart from searchable mailarchives...)? > > One thing I sometimes wish we had was a search of the complete > documentation. I know google indexes it all, but when I go to the > documentati

Re: Compile Troubles

2001-11-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Jan> Any tips on how to avoid this (apart from searchable mailarchives...)? > > One thing I sometimes wish we had was a search of the complete > documentation. I know google indexes it all, but when I go to the > documentation page and look at the table of content

Re: Compile Troubles

2001-11-04 Thread Laura Conrad
> "Jan" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: Jan> Any tips on how to avoid this (apart from searchable mailarchives...)? One thing I sometimes wish we had was a search of the complete documentation. I know google indexes it all, but when I go to the documentation page and lo

Re: Compile Troubles

2001-11-04 Thread Jan Nieuwenhuizen
Alan McConnell <[EMAIL PROTECTED]> writes: > lexer.ll:132: warning: `int yy_top_state()' declared `static' but never defined > make[1]: *** [out/lexer.o] Error 1 > rm out/lexer.cc > > I am running Debian Woody, gcc 3.0, and GNU make, version 3.79.1. > > Has anyone else had trouble with this bui

Re: Compile Troubles

2001-11-04 Thread Bob Schmertz
On Sun, 4 Nov 2001, Alan McConnell wrote: >end. Here are the last few lines of the stdout of make: > >(start) >lexer.ll: In member function `virtual int My_lily_lexer::yylex()': >lexer.ll:486: cannot convert `std::istream*' to `istream*' in assignment >lexer.ll: In me

Compile Troubles

2001-11-04 Thread Alan McConnell
Greetings! I posted yesterday about problems with "guile-config" but they are now resolved. I was able to get guile downloaded, built and installed. Now I've had a build of Lilypond 1.4.8 going, but it just came to an end. Here are the last few lines of the stdout of make: (start)-