NEWADDLYRICS

2004-04-15 Thread Erik Sandberg
Hi, In the lexer/parser, NEWADDLYRICS has not been renamed to LYRICSTO. This makes some rare parser error messages more confusing. The attached patch hopefully fixes this. Erik diff -u -r1.169 my-lily-lexer.cc --- lily/my-lily-lexer.cc 12 Apr 2004 12:48:41 - 1.169 +++ lily/my-lily-lexer.cc

Re: join LilyPond development!

2004-04-15 Thread Jan Nieuwenhuizen
Pedro Kroger writes: > I definitely want to get more involved with lilypond development! Of Good! > I think I could work in one of these tasks: > >> BUILD-MEISTER >> BUG-MEISTER >> NEWSLETTER EDITOR > > But I prefer to wait the more experienced guys choose, then I get the > left-over (if any).

Re: Call for help

2004-04-15 Thread Jan Nieuwenhuizen
Nicolas Sceaux writes: > > CODE JANITOR > > > REQUIREMENTS: > > > Moderate experience with programming C, Scheme and/or Python > > This seems to be a large task, considering the size of LilyPond > sources. But I may do that, if there is not a rush of candidacies on > this job. (Note: my prefer

Re: typeset_grob

2004-04-15 Thread Jan Nieuwenhuizen
Ralph Little writes: > How long can I wait after announcing a GROB before typesetting it? > Does it have to be typeset within the same translation timestep as the > announce, or can I typeset it at the end of the measure? > If I do, what affect will this have internally? for Item objects, the ty

Re: 2.2.0 build error

2004-04-15 Thread Fodor Bertalan
It seems that the problem is solved in the last cygwin snapshot, so I was able to build 2.2.0. I will test it and send to cygwin mirrors if it's ok. Bert ___ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-

RE: Help on markups

2004-04-15 Thread Carl D. Sorensen
Thanks Jan. So I revised my code, and now it works. For the sake of somebody else who might someday struggle with a similar thin, Here's a working code fragment. #(def-markup-command (markup-dot paper props radius) (number?) "Syntax: \\markup-dot dot-radius eg: \\markup-dot #0.25 for dot wi

Fw: dante:/incoming/lm.zip

2004-04-15 Thread Werner LEMBERG
This might be of interest... Werner --- Begin Message --- On Thu, 15 Apr 2004, Staszek Wawrykiewicz wrote: > I've just uploaded to dante:/incoming/lm.zip = > it contains ver. 0.92 of LM fonts (corrected and added kerning). Thanks for your update. I installed the new files in fonts/p

Re: Help on markups

2004-04-15 Thread Jan Nieuwenhuizen
Carl D. Sorensen writes: > So I wrote the following markup definition: > > #(def-markup-command (chord-diagram paper props chord-string) (string?) > "Syntax: \\chord-diagram diagram-string >eg: \\chord-diagram #\"x32010\" to achieve standard C chord" > (interpret-markup paper props (mark

Re: Call for help

2004-04-15 Thread Nicolas Sceaux
Wed, 14 Apr 2004 00:19:23 +0200, Han-Wen a dit : > The > CODE JANITOR > makes sure that new C++ and Scheme code follows the standards. > Writing LilyPond code is an intensive --and sometimes frantic-- > process, and the code that is written in deep-hack mode often is > unpolished. The j

Re: Help on markups

2004-04-15 Thread Nicolas Sceaux
Bonjour Carl! Thu, 15 Apr 2004 11:03:21 -0600, tu as dit : > Now, I want to print a graphic element in the markup. It looks to me > like I should be able to use the (dot x y) function found in > scm/output-tex.scm to create a string that will create an eps dot when > it's evaluated by gsvie

Help on markups

2004-04-15 Thread Carl D. Sorensen
I've been (somewhat sporadically) trying to get guitar chord diagrams to work. I've figured out how to define a markup using def-markup-command (thanks for a great feature!). Now, I want to print a graphic element in the markup. It looks to me like I should be able to use the (dot x y) function

Re: LilyPond 2.3.0 released

2004-04-15 Thread Werner LEMBERG
> > It is a semi-automated process. > > Perhaps, but then the word "*generated* using > MetaType1" is not entirely accurate. This is correct. The generated outlines have to be post-processed. Werner ___ Lilypond-devel mailing list [EMAIL PROTE

typeset_grob

2004-04-15 Thread Ralph Little
Hi, How long can I wait after announcing a GROB before typesetting it? Does it have to be typeset within the same translation timestep as the announce, or can I typeset it at the end of the measure? If I do, what affect will this have internally? I have some text that I want to typeset, the content