Re: Drums broken in 2.0.1?

2003-11-22 Thread Graham Percival
On Sat, 22 Nov 2003 22:16:52 -0500
"R. D. Davis" <[EMAIL PROTECTED]> wrote:
> lilypond-2.0.1/input/regression/drums.ly script.  No errors were
> produced, and the paper output appears ok; however, the drums sound
> like some other instrument playing tones, not percussion.  Similarly,
> with 2.1.0, the drums no longer sound right in the MIDI output from
> other scripts (converted to 2.1.0) that I used with versions 1.6.x and
> 1.8.x.  Previously, the drums were ok.

Did you set the MIDI instrument?  Could you send a short example file
that demonstrates this?

There's two possible causes:
1.  The LilyPond syntax for percussion changed between 1.6 and 2.1, and
convert-ly didn't fix everything.
2.  There's a bug in the MIDI code for percussion in 2.1

Having a short example will let us figure out which one it is.

Cheers,
- Graham


___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel


Re: build fail in 2.1.0 CVS

2003-11-22 Thread Graham Percival
On Sat, 22 Nov 2003 11:41:00 +0100
Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote:
> Graham Percival <[EMAIL PROTECTED]> writes:
> > That command produces the same error message.
> 
> Ok, so this has probably nothing to do with lilypond.  Your gs
> or gs installation may be broken.  Try
> 
> strace -e open gs -sDEVICE=bbox -q -dNOPAUSE lily-1292174260.eps -c quit 2>&1 
> |grep -v ENOENT
> 
> and have a close look at what gs is opening, esp. besides files in
> /usr/share/gs/x.yz.

Wow!

...
open("/usr/share/gs/7.07/gs_lgx_e.ps", O_RDONLY) = 4
open("/var/lib/defoma/gs.d/dirs/fonts/Fontmap", O_RDONLY) = 4
open("/usr/share/gs/7.07/Fontmap", O_RDONLY) = 4
open("/usr/share/gs/7.07/Fontmap.GS", O_RDONLY) = 5
open("/etc/mtab", O_RDONLY) = 4
open("/proc/meminfo", O_RDONLY) = 4
open("./lily-1292174260.eps", O_RDONLY) = 3
open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
Error: /rangecheck in --setdash--
Operand stack:
   8.8133   0.   0.1   --nostringval--   0
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2  
 %stopped_push   --nostringval--   --nostringval--   --nostringval--   false   1   
%stopped_push   1   3   %oparray_pop   1   3
...
(the rest looks like the previous error message)


I'd better figure out what the config file is for loading files.  /dev/null clearly
produces an error, but I'm suspicious about /etc/mtab as well -- why would gs
need to know about that?!

> > (they're probably searching for clues from that crack)
> 
> Is it confirmed that it was a crack?  I had the impression it probably
> was a leaked password rather than a crack.

Sorry, I was being vague.  I also heard it was a leaked password.

Cheers,
- Graham


___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel


Drums broken in 2.0.1?

2003-11-22 Thread R. D. Davis
After finally getting Lilypond compiled successfully after installing
some more dependencies, nearly everything seemed to be working ok
except for drums, and this includes the drums in the
lilypond-2.0.1/input/regression/drums.ly script.  No errors were
produced, and the paper output appears ok; however, the drums sound
like some other instrument playing tones, not percussion.  Similarly,
with 2.1.0, the drums no longer sound right in the MIDI output from
other scripts (converted to 2.1.0) that I used with versions 1.6.x and
1.8.x.  Previously, the drums were ok.

Has anyone else experienced this problem?  Is there a simple fix?

-- 
Copyright (C) 2003 R. D. Davis The difference between humans & other animals: 
All Rights Reservedan unnatural belief that we're above Nature & 
[EMAIL PROTECTED]  410-744-4900  her other creatures, using dogma to justify such
http://www.rddavis.org beliefs and to justify much human cruelty.


___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel


Implementing denominator style for time signature

2003-11-22 Thread van Silfhout, Ruud
Hi,

As I picked up a project to create a hymne book using lilypond for a church in 
Eindhoven, I need some features which are not yet available from lilypond as it is now 
(I picked up a 2.1.0 version some weeks ago).  
As a newbie in lilypond devlopment, I tried to implement the denominator style for a 
time signature where it is possible to display a note as a denominator. I have two 
questions:
1. I changed the code such that  the denominator style is recognized, but I need some 
C++ code on how to create a note.
2. I read in the header of the code that it can be replaced by markup code, but I have 
no idea on how to do that. If that is the way to continue, can somebody help me to 
implement it that way.

Bye,
Ruud van Silfhout



___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel


Re: build fail in 2.1.0 CVS

2003-11-22 Thread Jan Nieuwenhuizen
Graham Percival <[EMAIL PROTECTED]> writes:

>  gs -sDEVICE=bbox -q -dNOPAUSE lily-1292174260.eps -c quit 2> bbox
>> 
>> The -1292174260 part of the eps file is the hash of its contents, and
>> my build generates that file too, so the file is ok.
>
> That command produces the same error message.

Ok, so this has probably nothing to do with lilypond.  Your gs
or gs installation may be broken.  Try

strace -e open gs -sDEVICE=bbox -q -dNOPAUSE lily-1292174260.eps -c quit 2>&1 
|grep -v ENOENT

and have a close look at what gs is opening, esp. besides files in
/usr/share/gs/x.yz.

Jan.

> (they're probably searching for clues from that crack)

Is it confirmed that it was a crack?  I had the impression it probably
was a leaked password rather than a crack.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org



___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel