test failed (installing error) Mac OSX

2003-11-23 Thread nikolai zinke
Hello,

I guess you've become many dummy questions like these, but your interface lilypond 
seems to be reaally amazing, so I must insist of getting help with installing and - hopefully -
running!

I'm using Mac OSX 10.2.8 and have Developer tools installed
I unpacked Fink (latest version) and installed it;
then I ran the Terminal and tried to install lilypond by typing:


fink install lilypond-unstable,

but does'nt work, so I typed
only:

fink install lilypond

then many installing routines happened,
with updating, compiling etc.

-

But there was an error while installing
after installing:

Terminal showed:

--


- found apple library
- found /usr/X11R6/bin/xterm
- found /usr/X11R6/bin/xrdb
- found /usr/X11R6/bin/rman
- missing /usr/X11R6/lib/libX11.dylib
- missing /usr/X11R6/lib/libXpm.dylib
- missing /usr/X11R6/lib/libXaw.dylib
- missing /usr/X11R6/include/X11/Xlib.h
- Apple X11 SDK is missing

** ERROR! **
It appears you have a partially-installed version of the Apple X11
release.  To use Apple's X11 with Fink, you must download both the
main X11 installer, as well as the SDK (there are actually 2 separate
downloads for the Apple X11 release).  Please go to
http://www.apple.com/macosx/x11/ and download and install the missing
files, and re-attempt your install of system-xfree86.

dpkg: error processing /sw/fink/dists/stable/main/binary-darwin-powerpc/x11-system/system-xfree86_4.2-13_darwin-powerpc.deb (--install):
subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:

/sw/fink/dists/stable/main/binary-darwin-powerpc/x11-system/system-xfree86_4.2-13_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't install package system-xfree86-4.2-13



Nevertheless I tried to run lilypond:
I typed lilyPond --help

but :
lilyPond: Command not found.

I wonder if you could help me!
(Perhaps I do what Terminal says and re-install my X11-System first, but is it enough for correct working )

Thanks a lot for response,

best regards,

Nikolai Zinke


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


Re: test failed (installing error) Mac OSX

2003-11-23 Thread Graham Percival
On Sun, 23 Nov 2003 22:50:36 +0100
nikolai zinke [EMAIL PROTECTED] wrote:
 - missing /usr/X11R6/lib/libX11.dylib
 - missing /usr/X11R6/lib/libXpm.dylib
 - missing /usr/X11R6/lib/libXaw.dylib
 - missing /usr/X11R6/include/X11/Xlib.h
 - Apple X11 SDK is missing

*
 
 ** ERROR! **
 It appears you have a partially-installed version of the Apple X11
 release.  To use Apple's X11 with Fink, you must download both the
 main X11 installer, as well as the SDK (there are actually 2 separate
 downloads for the Apple X11 release).  Please go to
 http://www.apple.com/macosx/x11/ and download and install the missing
 files, and re-attempt your install of system-xfree86.




 I wonder if you could help me!
 (Perhaps I do what Terminal says and re-install my X11-System first,  
 but is it enough for correct working )

Do exactly as it says -- install the SDK for Apple X11.  You don't need
to reinstall Apple X11; you just need to install that additional package
(the SDK).

Cheers,
- Graham


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


\forgetAccidentals and his friends, have no effect

2003-11-23 Thread Alexandre B
I'm using lily v2.1.0 as compiled for mdk: lilypond-2.1.0-2thac...rpm

I'm having a problem with \forgetAccidentals (or any of those 
\modernAccidentals, \pianoAccidentals, \piano and \modernCautionaries , etc..

They don't seem to affect anything.
Note that I tried with and without the:
\property Score.timing = ##f
line. So, that omitted.. this score is really nothing weird!

I'm posting an excerpt of the file for reference. I'm new to this list.. so if 
sending large scores through it isn't something the users want.. please tell 
me in a reply :)

thanks!

Alexandre Bourget



the file:


mainDroite = \notes \relative c''' {
\forgetAccidentals
\clef treble
\key c \major


% début
r4 bes r e,, r
#(set-octavation 1)
b''' r r d
#(set-octavation 0)
b,,
% accords mg début.
r a b c, f
\bar  \break
\clef bass e, g bes \clef treble ees''' r
% ensemble deux derniers avant les accords qui montent
f, aes,

% accords
 bes, c des ees aes 
 bes des ees ges bes 
 bes ees ges aes c 
 bes ees ges bes des 
 c ges' aes bes des 
 des ees'  \bar  \breakdes ees' 
 ees bes' des f   ees f' 
 f bes des ges   f ges' 
 ges des' ees aes   ges aes' 
% ici avec la tête
% on alterne avec la tête et un accord.
 aes bes' r
 aes bes' r
 bes c'   r
 bes c'   r
% grande final
des' c,, des!
% e, aes c 
% puis on quitte.
}

mainGauche = \notes \relative c {
\forgetAccidentals
\clef bass
\key c \major

% début
aes4 r d r c' r gis,, a' c' f,,
% accords mg début
g e' g r f e' f e e' f
fis gis ais fis' e r cis
% ensemble deux derniers avant les accords qui montent
ees' c'

% accords
aes,, aes' aes aes'
aes aes' aes aes'
aes aes' aes aes'
des, des' des des'
des des' des des'
des des' des des'
ges ges' r
% clusters, avec la tête là.
\apply #notes-to-clusters { c c' }
%cluster
r
\apply #notes-to-clusters { c c' }
%cluster
r
\apply #notes-to-clusters { c c' }
%cluster
r
\apply #notes-to-clusters { c c' }
%cluster
r2
% on quitte
}

\score {
\context PianoStaff 
\property Score.timing = ##f
\mainDroite \\
\mainGauche

\paper {
\translator {
\ScoreContext SpacingSpanner \override #'shortest-duration-space = 
#2.0
}

papersize = letter
}
}


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