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: Mats Bengtsson
Subject: Re: barcheck fail when lyrics go across tied bar
Date: Mon, 12 Feb 2007 09:03:39 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

Note also that you should use
b2-> ~  | b4
instead of
b2-> ( | b4)
to get a tie (your current code gives a slur, which is something completely
different).

  /Mats

Graham Percival wrote:
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


_______________________________________________
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]