Re: Parse error attempting to resize font (1.4.12/Windows)

2002-05-16 Thread Laura Conrad
> "Han-Wen" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: Han-Wen> I didn't have time to write a reply myself, but this slashdot comment Han-Wen> excellently summarizes why I think that XML for lilypond is a complete Han-Wen> waste of time: I agree with that for now. However,

Re: Parse error attempting to resize font (1.4.12/Windows)

2002-05-16 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > One thing I'm interested in - has anyone thought of using XML as a > neutral definition language in front of LilyPond? Potentially more > verbose, but there are potential benefits as well. (Probably will start > this as a separate thread if I get any takers on this

Re: Parse error attempting to resize font (1.4.12/Windows)

2002-04-28 Thread Hans Forbrich
Mats Bengtsson wrote: > >... I've been using the online manual and tutorial, > > as well as mutopia to 'learn by example'. > > As you say, many of the Mutopia examples are written > for fairly old Lilypond versions. You can update some > of the features using the program convert-ly, but if > yo

Re: Parse error attempting to resize font (1.4.12/Windows)

2002-04-28 Thread Mats Bengtsson
>... I've been using the online manual and tutorial, > as well as mutopia to 'learn by example'. As you say, many of the Mutopia examples are written for fairly old Lilypond versions. You can update some of the features using the program convert-ly, but if you want a better set of examples to

Re: Parse error attempting to resize font (1.4.12/Windows)

2002-04-26 Thread Hans Forbrich
That did the trick. There is another similar question ( Nov. 2001) on the list with a similar question so you get 2 kudos with one response. The 'manual' does not explain this well - then again I am relatively new (been at LilyPond for less than 3 weeks) so I'm not used to the nuances in the do

Re: Parse error attempting to resize font (1.4.12/Windows)

2002-04-26 Thread Rune Zedeler
Hans Forbrich wrote: > \score { >\simultaneous { > \Sorastro > \piano >} >\paper { papersize = "letter" } >\include "paper16.ly" > } You need to include paper16.ly outsides the scoreblock, like this: \include "paper16.ly" \score { \simultaneous { \S

Parse error attempting to resize font (1.4.12/Windows)

2002-04-26 Thread Hans Forbrich
All, First - many thanks for producing Lilypond. It's wonderful! (And hopefully this is using plain text - if not, my apologies in advance) I'm using LilyPond 1.4.12 under Windows 98 (SE). I've created the .ly file and it works great, until I try ro resize the font. Below are the 'score' sec