lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voi


From: David Fedoruk
Subject: Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score
Date: Fri, 15 Jun 2007 19:22:39 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]