parse errors
Hey guys, i run lilypond 1.3.24 and i'm going to update to the current version as soon as the new Debian comes out, but for now i have this problem. whenever i try to ly2dvi my file it gives me loads of parse errors, doyou guys see anything wrong w the script? Jule ---SCRIPT--- /header{ title="Assignment 6" composer="Jule Slootbeek" subtitle="Modulation with use of common chord" } stemDown = \property Voice.stem \override #'direction = #-1 stemUp = \property Voice.stem \override #'direction = #1 soprano = \notes \relative c'' \context Voice = soprano { \stemUp bes c8 d es c g' a g4 ges fis g e8 c16 d e4 dis e \bar "|." } alto = \notes \relative c' \context Voice = alto { \stemDown f8 g a4 a b c8 bes a c a b b4 b ais fis g \bar "|." } tenor = \notes \relative c \context Voice = tenor { \stemUp d f es a g a c8 bes16 a g4 g ais b g \bar "|." } bass = \notes \relative c \context Voice = bass { \stemDown bes c c d es c dis d b ces b e \bar "|." } \score { \context PianoStaff \notes < \context Staff = up < \time 2/4 \clef treble \key bes \major \soprano \alto \bar "|." > \context Staff = down < \time 2/4 \cleff bass \key bes \mojor \tenor \bass \bar "|." > > \paper {} } ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: parse errors
Jule wrote: > /header{ try with a backslash instead of a slash :-) -Rune ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: parse errors
hmm, that was an error, but it gives me errors about the \stemUp let me copy some: assignment_6.ly:11:9: error: unknown escaped string: `\stemUp': \stemUp bes c8 d es c g' a g4 ges fis g e8 c16 d e4 dis e \bar "|." assignment_6.ly:11:13: error: Have to be in Lyric mode for lyrics: \stemUp bes c8 d es c g' a g4 ges fis g e8 c16 d e4 dis e \bar "|." assignment_6.ly:12:2: error: parse error, expecting `';'': } assignment_6.ly:15:11: error: unknown escaped string: `\stemDown': \stemDown f8 g a4 a b c8 bes a c a b b4 b ais fis g \bar "|." assignment_6.ly:15:13: error: Have to be in Lyric mode for lyrics: \stemDown f 8 g a4 a b c8 bes a c a b b4 b ais fis g \bar "|." and then it gives me lots more just like it Jule On Saturday 27 April 2002 15:15, you wrote: > Jule wrote: > > /header{ > > try with a backslash instead of a slash :-) > > -Rune --- ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: parse errors
[EMAIL PROTECTED] writes: > hmm, that was an error, but it gives me errors about the \stemUp > let me copy some: you're trying to feed 1.4 input into 1.3.24. Don't do that. I suggest that you compile 1.4.12 by hand, and use that instead. -- Han-Wen Nienhuys | [EMAIL PROTECTED]| http://www.cs.uu.nl/~hanwen/ ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: parse errors
Okay, sorry, a few more errors: > stemDown = \property Voice.stem \override #'direction = #-1 > stemUp = \property Voice.stem \override #'direction = #1 capital S in Stem: \property Voice.Stem \override... Btw, I think that stemUp and stemDown IS defined in the setup-files - you dont need to redefine them in your score. At least this is the case in more resent versions of lilypond. > \context Staff = down < \time 2/4 \cleff bass \key bes \mojor \clef With theese corrections the music compiles correctly in 1.4.12. Haven't tried in 1.3.25. It is very old, so perhaps that is causing the problems. -Rune ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: parse errors
Ok, i'll give that a try. thanks for the info. Jule On Saturday 27 April 2002 16:25, you wrote: > [EMAIL PROTECTED] writes: > > hmm, that was an error, but it gives me errors about the \stemUp > > let me copy some: > > you're trying to feed 1.4 input into 1.3.24. Don't do that. I suggest > that you compile 1.4.12 by hand, and use that instead. ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
libkpathsea3 and tetex
Well, i just tried to install lilypond 1.4.12. but when i try to install libkpathsea3 it says i have to uninstall tetex-lib, so i uninstall that w/ the intention of installing it again after i have installed libkpathsea3, but then it wants to unisntall libkpathsea3 when i try to install tetex-ib and tetex-bin... what do i do? Jule ps. i'm using apt-get for most of it. ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Fwd: Re: libkpathsea3 and tetex
And when i tried to install 1.4.12 I got this error: (Reading database ... 55207 files and directories currently installed.) Preparing to replace lilypond 1.4.12-1 (using lilypond_1.4.12-1_i386.deb) ... /var/lib/dpkg/tmp.ci/preinst: /usr/bin/kpsewhich: No such file or directory dpkg: error processing lilypond_1.4.12-1_i386.deb (--install): subprocess pre-installation script returned error exit status 127 /var/lib/dpkg/tmp.ci/postrm: /usr/bin/kpsewhich: No such file or directory dpkg: error while cleaning up: subprocess post-removal script returned error exit status 127 Errors were encountered while processing: lilypond_1.4.12-1_i386.deb so i'm totally clueless on what to do. TIA Jule On Saturday 27 April 2002 17:30, you wrote: > Well, i just tried to install lilypond 1.4.12. but when i try to install > libkpathsea3 it says i have to uninstall tetex-lib, so i uninstall that w/ > the intention of installing it again after i have installed libkpathsea3, > but then it wants to unisntall libkpathsea3 when i try to install tetex-ib > and tetex-bin... > what do i do? > > Jule > > ps. i'm using apt-get for most of it. > > ___ > Lilypond-user mailing list > [EMAIL PROTECTED] > http://mail.gnu.org/mailman/listinfo/lilypond-user --- ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: Fwd: Re: libkpathsea3 and tetex
> "Jule" == Jule <[EMAIL PROTECTED]> writes: Jule> And when i tried to install 1.4.12 I got this error: (Reading Jule> database ... 55207 files and directories currently installed.) Jule> Preparing to replace lilypond 1.4.12-1 (using Jule> lilypond_1.4.12-1_i386.deb) ... /var/lib/dpkg/tmp.ci/preinst: Jule> /usr/bin/kpsewhich: No such file or directory dpkg: error Jule> processing lilypond_1.4.12-1_i386.deb (--install): subprocess Jule> pre-installation script returned error exit status 127 Jule> /var/lib/dpkg/tmp.ci/postrm: /usr/bin/kpsewhich: No such file Jule> or directory dpkg: error while cleaning up: subprocess Jule> post-removal script returned error exit status 127 Errors were Jule> encountered while processing: lilypond_1.4.12-1_i386.deb Jule> so i'm totally clueless on what to do. TIA Jule I have those versions installed, and it works fine : ii lilypond 1.4.12-1 A program for printing sheet music. ii tetex-bin 1.0.7+20011202 teTeX binary files ii libkpathsea3 1.0.7+20011202 shared libkpathsea for teTeX Anyway, it can't find kpsewhich which should be provided by tetex-bin. Maybe you should try to reinstall it. -- Laurent Martelli [EMAIL PROTECTED] http://www.bearteam.org/~laurent/ ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user