Re: ERROR: Wrong type (expecting pair): ()

2011-11-26 Thread David Kastrup
Shevek writes: > > Reinhold Kainhofer wrote: > Try enabling guile's debug mode. A while ago, the debug mode was > turned off in lilypond, because it adds some performance penalty. > But without debug mode, guile does not print out line numbers for > scheme errors. We have

Re: How to shift music up/down a semi tone without changing key signature

2011-11-26 Thread ole
a b c d | /transpose c b, { a b c d } or do I misunderstand it completely? ole Am 27.11.2011 um 01:40 schrieb James: > Hello, > > This seems to be a very basic question but I can't work out how to do it. > > Take a piece of music; for example: > > { a b c d | a b c d } > > Then shift it do

How to shift music up/down a semi tone without changing key signature

2011-11-26 Thread James
Hello, This seems to be a very basic question but I can't work out how to do it. Take a piece of music; for example: { a b c d | a b c d } Then shift it down half a tone without altering the key signature. -- -- James ___ lilypond-user mailing lis

Re: ERROR: Wrong type (expecting pair): ()

2011-11-26 Thread Graham Percival
On Sat, Nov 26, 2011 at 03:24:42PM -0800, Shevek wrote: > > Out of 5000+ lines of code with no idea where to start? That's looking for a > needle in a haystack. I was hoping someone might be able to suggest the sort > of thing that can cause this error, so I at least know what color the needle > i

Re: ERROR: Wrong type (expecting pair): ()

2011-11-26 Thread Shevek
Graham Percival-3 wrote: > > Construct a tiny example. > http://lilypond.org/tiny-examples.html > >> The error message is at the very end of the debug output. I would love to >> post some relevant code, but I have no idea where to even start looking. >> Do >> you understand these error message

Re: ERROR: Wrong type (expecting pair): ()

2011-11-26 Thread Graham Percival
On Sat, Nov 26, 2011 at 03:03:31PM -0800, Shevek wrote: > > Aha, line numbers are indeed progress. However, the line numbers for the > error are in some lilypond library file, so that's unhelpful in tracking > down the problem. Here's the relevant part of the compile messages: > > /usr/local/lily

Re: ERROR: Wrong type (expecting pair): ()

2011-11-26 Thread Shevek
Reinhold Kainhofer wrote: > > Try enabling guile's debug mode. A while ago, the debug mode was turned > off in lilypond, because it adds some performance penalty. But without > debug mode, guile does not print out line numbers for scheme errors. We > have recently enabled debug miode again. >

spacing between a hidden and unhidden note

2011-11-26 Thread Br. Athanasius Pelletier
I want to decrease the spacing between a hidden and unhidden note. How can that be done? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Elysium update failed

2011-11-26 Thread Nick Payne
On 27/11/11 05:39, Helge Kruse wrote: Hello I clicked on check-for-update in my Eclipse today. The Elysium was one of the modules that were out of date. I started the update for all and restarted Eclipse. Now I can't edit any Lilypond source anymore. The error I get is ClassNotFoundException

Elysium update failed

2011-11-26 Thread Helge Kruse
Hello I clicked on check-for-update in my Eclipse today. The Elysium was one of the modules that were out of date. I started the update for all and restarted Eclipse. Now I can't edit any Lilypond source anymore. The error I get is ClassNotFoundException: An error occurred while automatically

Re: Weird -1/4 barcheck fail

2011-11-26 Thread Alberto Simões
Hey Didn't really understand what was going on, but rewrote some partial measures in other way, and it now do not complain. Hurray. Thanks On 25/11/2011 22:38, Xavier Scheuer wrote: 2011/11/25 Alberto Simões: Hello. I have one voice with this: \time 4/4 \partial 4 a8 a | d,4 cis b c

Re: ERROR: Wrong type (expecting pair): ()

2011-11-26 Thread Reinhold Kainhofer
- Ursprüngliche Mitteilung - > > I've recently started getting "ERROR: Wrong type (expecting pair): ()" > when I compile the code for a rather large (5000+ lines) project, and I > have no idea how to fix it. There is no line reference, and no > indication what causes this problem Try ena

Re: Minor website typo

2011-11-26 Thread Colin Hall
On Sat, Nov 26, 2011 at 12:11:22PM +0100, Helge Kruse wrote: > There is a little typo on http://www.lilypond.org/text-input.de.html. > You read FagottNoteb where it should be FagottNoten. > > Regards, > Helge Thanks, Helge. I'm forwarding this to bug-lilypond. Cheers, Colin. -- Colin Hall

Minor website typo

2011-11-26 Thread Helge Kruse
There is a little typo on http://www.lilypond.org/text-input.de.html. You read FagottNoteb where it should be FagottNoten. Regards, Helge ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: ERROR: Wrong type (expecting pair): ()

2011-11-26 Thread David Kastrup
Shevek writes: > David Kastrup wrote: >> >> There have been a number of changes to Scheme function syntax. If your >> file properly contains a >> \version "x.xx.xx" >> line corresponding to the last version _that_ _actually_ _compiled_, try >> running >> >> convert-ly -ed >> >> on the fil

Re: ERROR: Wrong type (expecting pair): ()

2011-11-26 Thread Shevek
David Kastrup wrote: > > There have been a number of changes to Scheme function syntax. If your > file properly contains a > \version "x.xx.xx" > line corresponding to the last version _that_ _actually_ _compiled_, try > running > > convert-ly -ed > > on the file. > Thanks for the quic

Re: ERROR: Wrong type (expecting pair): ()

2011-11-26 Thread David Kastrup
Shevek writes: > I've recently started getting "ERROR: Wrong type (expecting pair): ()" > when I compile the code for a rather large (5000+ lines) project, and > I have no idea how to fix it. There is no line reference, and no > indication what causes this problem. Google searches seem to indicat

ERROR: Wrong type (expecting pair): ()

2011-11-26 Thread Shevek
I've recently started getting "ERROR: Wrong type (expecting pair): ()" when I compile the code for a rather large (5000+ lines) project, and I have no idea how to fix it. There is no line reference, and no indication what causes this problem. Google searches seem to indicate that it is a very gene

Re: bug in tremolo snippet?

2011-11-26 Thread Shevek
Jay Anderson wrote: > > I think you need to add the following to the make-music section of the > make-tremolo function: > > 'tremolo-type dur > > I'm not sure when this was changed, but this made it work in 2.15.19. > I haven't looked at this in depth so there could be other issues. > > For