bug-lilypond
[Top][All Lists]
Advanced

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

Re: Strange warning - is this a bug?


From: Graham Percival
Subject: Re: Strange warning - is this a bug?
Date: Mon, 30 Jul 2007 23:02:33 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

This was recently fixed in the docs; I believe that this kind of thing is the proper notation:

     \new Staff {
       \partial 4 e |
       \repeat volta 2 { c2 d2 | e2 f2 | }
       \alternative { { g4 g g e } { a a a a | b2. } }
     }

I get horribly confused when dealing with repeats and upbeats, but you could search the mailist archives to see what other people said about this case (IIRC, it was about one month ago).

Cheers,
- Graham


Steven Weber wrote:
Lilypond 2.11.28, Windows XP

When I compile the following snippet, I get a  warning: barcheck failed at:
-3/4 (on the first c1 in part).  The pdf output is correct, and when I
generated a midi file, it sounded correct as well.  I've also tried
decorating the part section with all the \partial, \repeat, and \alternative
syntax, but still get the same warning.  Any idea what's going on here?

\version "2.11.28"

\paper { ragged-right = ##t }

global =

{

\time 4/4

\partial 4 s4 |

                \repeat volta 2 { s1 | }

                \alternative

                {

                                { \partial 4*3 s2. | }

                                { s1 | }

                }

}

part = \relative c''

{

                c4 |

                c1 |

                c2. |

                c1 |

}

\score

{

                \new Staff

                <<

                                \global

                                \part

                >>

}

--Steven

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






reply via email to

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