lilypond-user
[Top][All Lists]
Advanced

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

programming error: cross fingers


From: ÁdámJános Reviczky
Subject: programming error: cross fingers
Date: Fri, 20 Jan 2006 16:11:39 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi!

I've made a short lilypond file. If i compile it with lilypond, than i get 2
(error?) messages, but lilypond did make the pdf. The pdf file looks good, but i
can't figure it out, what this messages mean.
Can anyone tell me, what did i wrong with my ly-file or what's the exact problem
here?

Thanx:
Ádám János Reviczky

---
The error message is (twice):
programming error: adding reverse spring, setting to unit
continuing, cross fingers

Here is my short minimal.ly:
\version "2.6.0"
\include "english.ly"
global = {
\key bf \major
\time 4/4
}
tenMusic = \relative {
\global
r8\mf bf'8 bf8 bf8 bf4 bf4
r8 bf8 bf8 bf8 bf8 bf8 g4
\time 5/4
r8 a8 a8 a8 bf4 a4 f8 f8
\time 4/4
bf8 bf8 bf8 bf8 a8 f4.
}
pianoright = \relative {
\global
r8 <d f g bf>8 <d f g bf>8 <d f g bf>8 <d f g bf>4 <d f g bf>4
r8 <c e g bf>8 <c e g bf>8 <d f g bf>8 <c e g bf>8 <c e g bf>8 <bf e g bf>4
r8 <c ef f a>8 <c ef f a>8 <c ef f a>8 <c ef g bf>4 <c ef f a>4 <f, f'>8 <f' 
f,>8
<bf, d f bf>8 <bf d f bf>8 <c ef g bf>8 <bf d f bf>8 <a d f a>8 <f bf d f>4.
}
pianoleft = \relative {
\global
\clef bass
R1*2
r1 r4
R1
}
Text = \lyricmode {
Is this the real life? Is this just fan -- ta -- sy? Caught in a land -- slide,
No es -- cape from re -- al -- i -- ty.
}
\score {<<
\context Voice = melodie << \global \tenMusic >>
\lyricsto melodie \new Lyrics \Text
\context PianoStaff << \context Staff = up { \pianoright } \context Staff = down
{ \pianoleft } >> >>
}

My PC:
Debian Etch (x386)
LilyPond 2.6.3-9






reply via email to

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