bug-lilypond
[Top][All Lists]
Advanced

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

Re: barcheck fail when lyrics go across tied bar


From: Graham Percival
Subject: Re: barcheck fail when lyrics go across tied bar
Date: Sun, 11 Feb 2007 17:27:13 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Arthur Lawrence wrote:
%% words are correctly laid out but produce a barcheck failed message
%% from bar 11 of Elgar: Ecce Sacerdos Magnus

The warning is correct; there is no bug.

sop = \relative c' {
        \clef treble
        \time 4/4
        e'2-> b2->( | b4) b b cs ||
}

wds = \lyricmode {      ec -- ce | sa -- cer -- dos | }

This makes sense -- the "ce" syllable ends after the first quarter note of the second bar. The slur in b2->( b4) produces this.

If you remove that bar check, there is no error message. The bar check after "dos" is fine; "dos" occurs at the end of a bar.

Cheers,
- Graham




reply via email to

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