Re: Maximum number of variables reached?

2006-04-24 Thread Mats Bengtsson

As far as I know, there should be no limits on number of
variables or number of anything else. Try to run with the
extra flag
lilypond --verbose ...
and check what the output says.

  /Mats

Rick Hansen (aka RickH) wrote:


I've made a \include file of chord fret diagrams that could possibly contain
about 10,000 assignment variables when I'm all done.

I've been testing this \include file with about 150 variables and it fails
to compile, but when I reduce the number of variables to about 80 or so the
same unchanged source file compiles just fine with fewer variables.

Is there a maximum number of variables that I can use in a lp \include file?

The last message to the console says parsing... then in about 7 seconds
the process ends but no ps or pdf is created.  When I reduce the size of the
\include file then it compiles just fine in a few seconds.

If there is a maximum number of variables, then I'll have to wait for the
macro pre-processor availability in a future release instead of using
variables I guess.




--
View this message in context: 
http://www.nabble.com/Maximum-number-of-variables-reached--t1497278.html#a4058203
Sent from the Gnu - Lilypond - Bugs forum at Nabble.com.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
 




--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Not able to open (Typset) ls. files

2006-04-24 Thread Grant Freeman
I have Mac OSX 10.4.3 and I downloaded Lilypond 2.9.2 after 
I click on Typset I get various error reports. 
Then I update syntax. I presume this updates the files. 
Similarly I get various error reports. The files that 
I've been trying to use are Mozart's March of the Priests from Magic Flute. 
I have also downloaded the PDF 
versions and are able to print them without any problems. 
The whole point of the LP version I thought was 
that I would be able to transpose the Basset Horn parts for clarinets. 
If not than I'll just scan into Finale. 
On the other hand is there someone I'm missing or misinterpreting?

Thanks for your interest.

Grant Freeman





___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Not able to open (Typset) ls. files

2006-04-24 Thread Mats Bengtsson

I assume that you downloaded the .ly files from Mutopia.
The program has evolved significantly since version 1.5.66
when these files were uploaded to Mutopia. The convert-ly
utility is able to update most syntax changes to the current
version, but it is a well-known problem that it doesn't handle
100% of the changes without problems, so some manual
editing may be necessary when you have such old score files
to make them fully compatible with current LilyPond.

If you want more specific hints on how to solve the
problems you have encountered, send copies of the
error printouts and the corresponding lines from the
input files to the lilypond-user mailing list.

  /Mats

Grant Freeman wrote:

I have Mac OSX 10.4.3 and I downloaded Lilypond 2.9.2 after 
I click on Typset I get various error reports. 
Then I update syntax. I presume this updates the files. 
Similarly I get various error reports. The files that 
I've been trying to use are Mozart's March of the Priests from Magic Flute. 
I have also downloaded the PDF 
versions and are able to print them without any problems. 
The whole point of the LP version I thought was 
that I would be able to transpose the Basset Horn parts for clarinets. 
If not than I'll just scan into Finale. 
On the other hand is there someone I'm missing or misinterpreting?


Thanks for your interest.

Grant Freeman





___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
 




--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Maximum number of variables reached?

2006-04-24 Thread Rick Hansen (aka RickH)

Actually I deleted this post, because shortly after I posted it I discovered
a syntax error in the setting of one of the variables to some markup.  But
the funny thing was that there was no compiler error, the program just said
parsing... then it ended 7 seconds later.  I discovered the bug by copying
the actual data (right side of the variable) into the source code, then I
got the compiler error.  But when the variable assignment was used with the
same faulty source code, there was no compiler error.  Since I am getting
way up there in number of variables, I thought I reached a limit.


--
View this message in context: 
http://www.nabble.com/Re%3A-Maximum-number-of-variables-reached--t1498320.html#a4072688
Sent from the Gnu - Lilypond - Bugs forum at Nabble.com.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Whole note tremolo issues

2006-04-24 Thread Panteck

Windows XP, Lilypond 2.8.1-4

Whole note tremolos look really bad, but quarter note tremolos on the same 
pitch look fine:


\version 2.8.1

\score
{
\new Staff
{
 \clef bass
 \time 4/4
 \key c \major

 a,1:32 b,: c: d: e: f: g: a: b: c':
 \break
 a,4:32 b,: c: d: e: f: g: a: b: c': r2
}
}

--Steven 


Tremolo.PNG
Description: PNG image
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond