Re: Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score

2007-06-28 Thread David Fedoruk

On 6/25/07, Han-Wen Nienhuys [EMAIL PROTECTED] wrote:

2007/6/25, David Fedoruk [EMAIL PROTECTED]:

 I should also mention that the error happens so fast after the command
 has been issued that I don't think lilypond actually had time to parse
 the code I wrote puzzeling since it worked fine up to that point,

That's correct; can you doublecheck that it does this with other files too?
Also, which version was the first to exhibit this problem?  Does it
happen with 2.11.x too?


--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


I tested some older codidng I had done which was known to work. I got
the smae errors usig the 1.10.25 binry. When I downloaded the latest
2.11.27 testing release the code compiled again correctly as expected.

The only thing I can think of is that there has been several security
updates and an OS System update in the last while so I am running Mac
OS X 1.4.10 now.

Cheers,
David

--
David Fedoruk
B.Mus. UBC,1986
Certificate in Internet Systems Administration, UBC, 2003


http://recordjackethistorian.wordpress.com
Music is enough for one's life time, but one life time is not enough
for music Sergei Rachmaninov


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


Re: Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score

2007-06-25 Thread David Fedoruk

this is a very strange error; I'm also missing which symbol isn't
found.  Can you run the actual binary from a terminal, and send me the
output?

The binary is in lilypond.app/contents/resource/bin/lilypond



Sorry this has taken so long, I've been occupied with some other
problems with xorg on another machine ... but  I always run lilypond
in a terminal.

*** snip 

/Users/nicholas/bin/lilypond Sonata_Emajor_K53
dyld: Symbol not found:
Referenced from:
/Applications/LilyPond.app/Contents/Resources/bin/../lib//libguile.17.dylib
Expected in: 
/Applications/LilyPond.app/Contents/Resources/bin/../lib//libguile.17.dylib

Trace/BPT trap
*** end snip **

I'm calling lilypond using a script from the Mac OS X hints suggestion
of the lilypond documentation. Its just a simple one liner:

** snip ***

#!/bin/bash
#
exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond $@


I should also mention that the error happens so fast after the command
has been issued that I don't think lilypond actually had time to parse
the code I wrote puzzeling since it worked fine up to that point,
I had assumed it was my coding that was in error.

Cheers,
David


--
David Fedoruk
B.Mus. UBC,1986
Certificate in Internet Systems Administration, UBC, 2003


http://recordjackethistorian.wordpress.com
Music is enough for one's life time, but one life time is not enough
for music Sergei Rachmaninov


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


Re: Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score

2007-06-25 Thread Han-Wen Nienhuys

2007/6/25, David Fedoruk [EMAIL PROTECTED]:


I should also mention that the error happens so fast after the command
has been issued that I don't think lilypond actually had time to parse
the code I wrote puzzeling since it worked fine up to that point,


That's correct; can you doublecheck that it does this with other files too?
Also, which version was the first to exhibit this problem?  Does it
happen with 2.11.x too?


--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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


Re: Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score

2007-06-18 Thread Han-Wen Nienhuys

David Fedoruk escreveu:

Hello:

I am attempting to transcribe a Scarlatti Sonata which I will cross
check with the facsimile edition -- when I get to see it. However, in
bringing in a second voice to the right hand I get this error:

dyld: Symbol not found:
 Referenced from:
/Applications/LilyPond.app/Contents/Resources/bin/../lib//libguile.17.dylib

Expected in: 
/Applications/LilyPond.app/Contents/Resources/bin/../lib//libguile.17.dylib


Trace/BPT trap

The suspect code at bar 23  is this:

\version 2.10.25
upper = \relative c'' {
   \clef treble
   \key e \major
   \time 3/4

\key e \minor r8  b''8 \grace a16 g8  fs e d | % Bar 21

{a'4-| a8 a gs fs b d |
\grace b16 c2. | b2.  | % Bar 23   


 fs b \grace a8 gs8 fs e ds% Bar 24


}


  lower = \relative c {
   \clef bass
   \key e \major
   \time 3/4

\key e \minor e4 r4 r  |% Bar 21

r8 a''8 fs8 ds  cs b | % Bar 22

b,2.| % Bar 23

e4  r4  r |% Bar 24



I've successfully coded the first 20 bars, the only thing I've done
different is bring the attempt to bring the second voice in the right
hand. Since the error occurs as soon as I hit  enter, I don't think
lilypond has even parsed the file completely.

I'm using Mac OS 10.4.9



this is a very strange error; I'm also missing which symbol isn't 
found.  Can you run the actual binary from a terminal, and send me the 
output?


The binary is in lilypond.app/contents/resource/bin/lilypond




--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen



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


Re: Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score

2007-06-16 Thread Paul Scott

David Fedoruk wrote:

On 6/15/07, Graham Percival [EMAIL PROTECTED] wrote:

David Fedoruk wrote:
 \version 2.10.25
 upper = \relative c'' {
\clef treble
\key e \major
\time 3/4

 \key e \minor r8  b''8 \grace a16 g8  fs e d | % Bar 21

 {a'4-| a8 a gs fs b d |

Why do you have an extra { in there?

 \grace b16 c2. | b2.  | % Bar 23

Cheers,
- Graham


The { is in the documentation in the section on Single Staff
Polyphony. At first I had the closing bracket in with it to, but that
had the same result.


The documentation you refer suggests more,  It is:

 { voice_one } \\ { voice_two }  

All of those symbols are necessary,

Paul Scott




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


Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score

2007-06-15 Thread David Fedoruk

Hello:

I am attempting to transcribe a Scarlatti Sonata which I will cross
check with the facsimile edition -- when I get to see it. However, in
bringing in a second voice to the right hand I get this error:

dyld: Symbol not found:
 Referenced from:
/Applications/LilyPond.app/Contents/Resources/bin/../lib//libguile.17.dylib

Expected in: 
/Applications/LilyPond.app/Contents/Resources/bin/../lib//libguile.17.dylib

Trace/BPT trap

The suspect code at bar 23  is this:

\version 2.10.25
upper = \relative c'' {
   \clef treble
   \key e \major
   \time 3/4

\key e \minor r8  b''8 \grace a16 g8  fs e d | % Bar 21

{a'4-| a8 a gs fs b d | 
\grace b16 c2. | b2. | % Bar 23 


 fs b \grace a8 gs8 fs e ds % Bar 24

}


  lower = \relative c {
   \clef bass
   \key e \major
   \time 3/4

\key e \minor e4 r4 r  |% Bar 21

r8 a''8 fs8 ds  cs b |  % Bar 22

b,2.|   % Bar 23

e4  r4  r   |   % Bar 24


I've successfully coded the first 20 bars, the only thing I've done
different is bring the attempt to bring the second voice in the right
hand. Since the error occurs as soon as I hit  enter, I don't think
lilypond has even parsed the file completely.

I'm using Mac OS 10.4.9

Thanks for any help

Cheers
David





--
David Fedoruk
B.Mus. UBC,1986
Certificate in Internet Systems Administration, UBC, 2003


http://recordjackethistorian.wordpress.com
Music is enough for one's life time, but one life time is not enough
for music Sergei Rachmaninov


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


Re: Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score

2007-06-15 Thread Graham Percival

David Fedoruk wrote:

\version 2.10.25
upper = \relative c'' {
   \clef treble
   \key e \major
   \time 3/4

\key e \minor r8  b''8 \grace a16 g8  fs e d | % Bar 21

{a'4-| a8 a gs fs b d |


Why do you have an extra { in there?

\grace b16 c2. | b2.  | % Bar 23   


Cheers,
- Graham


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


Re: Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score

2007-06-15 Thread David Fedoruk

On 6/15/07, Graham Percival [EMAIL PROTECTED] wrote:

David Fedoruk wrote:
 \version 2.10.25
 upper = \relative c'' {
\clef treble
\key e \major
\time 3/4

 \key e \minor r8  b''8 \grace a16 g8  fs e d | % Bar 21

 {a'4-| a8 a gs fs b d |

Why do you have an extra { in there?

 \grace b16 c2. | b2.  | % Bar 23

Cheers,
- Graham


The { is in the documentation in the section on Single Staff
Polyphony. At first I had the closing bracket in with it to, but that
had the same result.

That new voice become the main voice in the next bar.  In subsequent
bars, this happens frequently -- a new voice is there momentarily and
either disappears or takes over from the original one. Essentially
they merge.

David



--
David Fedoruk
B.Mus. UBC,1986
Certificate in Internet Systems Administration, UBC, 2003


http://recordjackethistorian.wordpress.com
Music is enough for one's life time, but one life time is not enough
for music Sergei Rachmaninov


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


Re: Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score

2007-06-15 Thread Paul Scott

David Fedoruk wrote:

On 6/15/07, Graham Percival [EMAIL PROTECTED] wrote:

David Fedoruk wrote:
 \version 2.10.25
 upper = \relative c'' {
\clef treble
\key e \major
\time 3/4

 \key e \minor r8  b''8 \grace a16 g8  fs e d | % Bar 21

 {a'4-| a8 a gs fs b d |

Why do you have an extra { in there?

 \grace b16 c2. | b2.  | % Bar 23

Cheers,
- Graham


The { is in the documentation in the section on Single Staff
Polyphony. At first I had the closing bracket in with it to, but that
had the same result.


The documentation you refer suggests more,  It is:

 { voice_one } \\ { voice_two }  

All of those symbols are necessary,

Paul Scott





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