lilypond-user
[Top][All Lists]
Advanced

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

Re: Bar check warning


From: -Eluze
Subject: Re: Bar check warning
Date: Fri, 18 Mar 2011 01:37:10 -0700 (PDT)


njrees wrote:
> 
> I am a new user.
> 
> I get a bar check warning from this snippet (Rogers and Hart's Have You
> Met Miss Jones?)
> 
> If I delete the first bar, I don't get the warning. Is this a bug, or am I
> doing something wrong?
> (Do I have to represent the rest somehow?)
> 
> <<
> \relative c'' {
> \key f \major
>    | c1 | r4 d d d | 
> }
> 
> \addlyrics {
>   | free. | And all at | 
> }
>>>
> \version "2.13.23"
> 
> Processing `/Users/xxxx/lily/m2.ly'
> Parsing...
> Interpreting music... 
> /Users/xxxx/lily/m2.ly:9:10: warning: barcheck failed at: 0/0
>   | free. 
>           | And all at | 
> Preprocessing graphical objects...
> Solving 1 page-breaking chunks...[1: 1 pages]
> Drawing systems...
> Layout output to `m2.ps'...
> Converting to `./m2.pdf'...
> success: Compilation successfully completed
> 
> Thanks for your attention.
> 

i don't think you need barchecks in the lyrics since the association will
happen automagically with \addlyrics - \addlyrics will also recognize rests
which you do not have to code in your lyric voice!

if you really want to insert manual durations with lyrics you probably
should use an explicit lyric voice, e.g.:

 \new Lyrics \lyricmode {
  | free.1  | \skip4 and4 all4 at4 |
}

Eluze
-- 
View this message in context: 
http://old.nabble.com/Bar-check-warning-tp31176893p31179384.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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