bug-lilypond
[Top][All Lists]
Advanced

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

barcheck bug in 2.1.16


From: Erik Sandberg
Subject: barcheck bug in 2.1.16
Date: Mon, 2 Feb 2004 12:02:44 +0100
User-agent: KMail/1.5.4

Hi,
The following produces an incorrect barcheck warning during MIDI output. Very 
small random changes in the \notes section will spoil the warning, e.g. 
replacing "a4.~a4 a8" by "a4. a".

Using 2.1.16, Pedro's package.

/erik

\version "2.1.16"
\score {
  \addlyrics 
    \notes {
      \time 6/8 a8 a8 a a4( a8) | a4.~a4 a8 |
      a8( a8.) a16 a8( a a) | a2. | a8. a16 a8 a4 a8 |
      a a a a4. | a8 
    }
    \context Lyrics \lyrics {
      a a a a a a a a a a a a a a a a a a a | a
    }

  \paper{}
  \midi {\tempo 4=100}
}

/tmp$ lilypond foo
lilypond (GNU LilyPond) 2.1.16
Running usr...
Now processing: `foo.ly'
Parsing...Interpreting music...[7]
Preprocessing graphical objects...
Calculating line breaks... [3][6][8]
paper output to `foo.tex'...

Interpreting music...
/tmp/foo.ly:12:44: warning: barcheck failed at: 5/8:
      a a a a a a a a a a a a a a a a a a a
                                            | a

MIDI output to `foo.midi'...
Track ...


Analyzing foo.tex...
Running latex...
Running dvips...
Running ps2pdf...
DVI output to `foo.dvi'...
MIDI output to `foo.midi'...
PDF output to `foo.pdf'...
PS output to `foo.ps'...






reply via email to

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