bug-lilypond
[Top][All Lists]
Advanced

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

Re: \partial on multiple staves


From: Gilles
Subject: Re: \partial on multiple staves
Date: Mon, 31 Oct 2005 23:00:28 +0100
User-agent: Mutt/1.5.11

Hello.

In the code below, replacing the \version number by "2.6.3",
the behaviour I described is the same.

> 
> %--- 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:
>

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

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


Best,
Gilles




reply via email to

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