bug-lilypond
[Top][All Lists]
Advanced

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

Re: \partial on multiple staves


From: Mats Bengtsson
Subject: Re: \partial on multiple staves
Date: Sun, 30 Oct 2005 15:59:33 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

Please, there is really no point in reporting bugs on version 2.4, when
the new stable 2.6 has been available for several months.

   /Mats

Gilles wrote:
Hi.

%--- one.ly ---
\version "2.4.5"

one = \relative c'' {
    d2 d |
    \partial 2. e2 c4 |
}
%---

%--- two.ly ---
\version "2.4.5"

two = \relative c'' {
    d2 d |
    \partial 2. e2 c4 |
}
%---

These two (identical) snippets independently compile without warning,
as they should.

When they are combined into a score:

%--- all.ly ---
\include "one.ly"
\include "two.ly"

\score {
  \context StaffGroup <<
    \new Staff \one
    \new Staff \two
  >>
}
%---

the compilation spuriously complains:

GNU LilyPond 2.4.5
Processing `all.ly'
Parsing...
Interpreting music...
two.ly:4:9: warning: barcheck failed at: -3/4:
    d2 d
         |
[3]
Preprocessing graphical objects...
Calculating line breaks...
Layout output to `all.tex'...
Converting to `all.dvi'...
Converting to `all.ps'...
Converting to `all.pdf'...


Whereas the result is as expected (and there is no bar error).


Gilles


_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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