bug-lilypond
[Top][All Lists]
Advanced

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

barcheck fail when lyrics go across tied bar


From: Arthur Lawrence
Subject: barcheck fail when lyrics go across tied bar
Date: Sat, 10 Feb 2007 21:01:17 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

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

\version "2.11.2"
\paper { ragged-right = ##t }
\include "english.ly"

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

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

\score {
        <<
                \new Voice = "s" { \sop }
                \new Lyrics \lyricsto "s" \wds
        >>
\layout { }
}





reply via email to

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