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
[email protected]
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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond