bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bugs in version 2.9.14


From: Trent Johnston
Subject: Re: Bugs in version 2.9.14
Date: Mon, 7 Aug 2006 11:49:48 +1000

----- Original Message ----- 
From: "Paul Scott" <address@hidden>
To: "Frédéric Chiasson" <address@hidden>
Cc: <address@hidden>
Sent: Monday, August 07, 2006 10:05 AM
Subject: Re: Bugs in version 2.9.14


> Frédéric Chiasson wrote:
> > Hello everyone,
> >
> > The new version of Lilypond doesn't seem to recognize the \breathe
function and
> > the TextScript #'box-padding. Is is normal?
> >
> > I'm typing it like this :
> >
> > \override TextScript #'box-padding #1
> > e1^\markup{ \hcenter \box "mi+C3" }
> >
> > for the breath sign, after a note :
> >
> > a1 \breathe
> >
> Same here.  The error message might help:
>
> warning: Unknown event class breathing-sign-event[24][32][40][48][56][64]
> warning: Unknown event class breathing-sign-event[72]
> warning: Unknown event class breathing-sign-event
> warning: Unknown event class breathing-sign-event
> warning: Unknown event class breathing-sign-event[80][88][96][104][112]
>
>
> > P.S. Why does this usenet top-posting warning always appear when I paste
some
> > part of my program? It is quite annoying!
> >
> I can't help with that.  I'm subscribed and never see that.
>
> Paul Scott
>

Hi All,

I can't get Windows 2.9.14 to run at all.

The simple example below produces the following messages:

Processing `C:/jEdit/instr.ly'
Parsing...
Interpreting music...
warning: can't find property type-check for `instrument'
(translation-type?).  perhaps a typing error?
warning: doing assignment anyway
warning: can't find property type-check for `instrument'
(translation-type?).  perhaps a typing error?
warning: doing assignment anyway
Interpreting music...
warning: can't find property type-check for `instrument'
(translation-type?).  perhaps a typing error?
warning: doing assignment anyway
warning: can't find property type-check for `instrument'
(translation-type?).  perhaps a typing error?
warning: doing assignment anyway
ERROR: In procedure ly_music_property:
ERROR: Wrong type argument in position 1 (expecting music): #<Prob:
Stream_event C++: Stream_event((music-cause . #<Prob: Music C++:
Music((length . #<Mom 1/4>) (elements) (duration . #<Duration 4 >) (origin .
#<location C:/jEdit/instr.ly:36:1>) (figure . 4))((display-methods
#<procedure #f (figure)>) (name . BassFigureEvent) (types general-music
event rhythmic-event bass-figure-event)) >
) (length . #<Mom 1/4>) (elements) (duration . #<Duration 4 >) (origin .
#<location C:/jEdit/instr.ly:36:1>) (figure . 4))((class .
bass-figure-event)) >

=================
\version "2.9.14"

\header {
}

\include "english.ly"


staffViolin = \new Staff  {
 \time 4/4
 \set Staff.instrument="Violin"
 \set Staff.midiInstrument="violin"
 \key c \major
 \clef treble
 \relative c' {
c4 c4 c4 c4
 \bar "|."
 }

}
staffCello = \new Staff = cont  {
 \set Staff.instrument="Cello"
 \set Staff.midiInstrument="cello"
 \key c \major
 \clef bass
 \relative c' {
c4 c4 c4 c4
 \bar "|."
 }

}


bc = \figuremode {
<4>4 <4> <4> <4>
}

\score {
 <<
  \staffViolin
  \staffCello
  \context Staff = "cont" \bc
 >>

 \midi {
 }

 \layout  {
 }
}

\paper {
}





reply via email to

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