lilypond-user
[Top][All Lists]
Advanced

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

Re: warning during compilation


From: Jule Slootbeek
Subject: Re: warning during compilation
Date: Tue, 24 Sep 2002 00:18:09 -0400

well, i'm not quite sure where the message comes from, because it doesn't give a location and my source is 4 pages...

but i think it might be this section:

lyricsChorus =
    \context Voice<
        \context LyricsVoice="one" {
            \property LyricsVoice . stanza = "1"
            \lyricsOne
        }
        \context LyricsVoice="two" {
            \property LyricsVoice . stanza = "2"
            \lyricsTwo
        }
    >

which is also giving me a runtime error, it'll post 1 and 2 on the lines above the lyrics
------
staff
------
1
2
        lyrics
        lyrics 2
-----
staff
-----

if i compile this:

lyricsChorus =
    \context Voice<
       \addlyrics
        \context LyricsVoice="one" {
            \property LyricsVoice . stanza = "1"
            \lyricsOne
        }
        \context LyricsVoice="two" {
            \property LyricsVoice . stanza = "2"
            \lyricsTwo
        }
    >

on of the errors will go away, but only the first stanza (\lyricsOne) will be printed.
and if i compile this:

lyricsChorus =
    \context Voice<
        \addlyrics
        \context LyricsVoice="one" {
            \property LyricsVoice . stanza = "1"
            \lyricsOne
        }
        \addlyrics
        \context LyricsVoice="two" {
            \property LyricsVoice . stanza = "2"
            \lyricsTwo
        }
    >

lilypond will give me this:

[localhost:~/concert_choir/an_die_musik] jslootbe% ly2dvi an_die_musik.ly
Running LilyPond...
GNU LilyPond 1.6.0
Now processing: `an_die_musik.ly'
Parsing...
/Users/jslootbe/concert_choir/an_die_musik/an_die_musik.ly:55:5: error: parse error:
    >

Backtrace:
6* (let* ((es #) (e #)) (if (pair? es) (ly-set-mus-property! m # ...)) ...) 7* (if (music? e) (ly-set-mus-property! m (quote element) (voicify-music e)))
 8  error:

LilyPond crashed (signal 10).Please submit a bug report to bug-
address@hidden

Traceback (most recent call last):
  File "/sw/bin/ly2dvi", line 1000, in ?
    run_lilypond (files, dep_prefix)
  File "/sw/bin/ly2dvi", line 508, in run_lilypond
    error ("\n\n" + _ ("LilyPond crashed (signal %d).") % signal \
  File "/sw/bin/ly2dvi", line 144, in error
    raise _ ("Exiting ... ")
Exiting ...
[localhost:~/concert_choir/an_die_musik] jslootbe%

Jule

On Monday, September 23, 2002, at 11:13 , Graham Percival wrote:

On Mon, 23 Sep 2002 22:21:30 -0400
Jule Slootbeek <address@hidden> wrote:
Calculating column positions... programming error: Unknown prefatory
spacing.  (Continuing; cross thumbs)
programming error: Unknown prefatory spacing. (Continuing; cross thumbs)
[3][6][9][12][15][18][21][24][25]
paper output to `an_die_musik.tex'...

i don't know what it means and how to fix it...can somebody explain this
error?

Without seeing an example, I don't think that anybody _can_ explain the
error.  Please attach a short example of an input file which causes
this error.

Cheers,
- Graham


Jule Slootbeek
address@hidden
Maywood 403b
x6858





reply via email to

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