lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange behaviour


From: arie-lily
Subject: Re: Strange behaviour
Date: 15 Sep 2003 20:47:29 +0200

On Mon, 2003-09-15 at 18:54, Jozsa Marton wrote:
> I ran lilypond (1.8.1-12) on a very simple file:
> 
> text =  \lyrics { A B C }
> 
> melody = \notes { r4 c'4 e' g' }                      
>                
> \score {               
>   \addlyrics
>     \melody
>     \context Lyrics {                  
>       \property Lyrics . LyricText \set #'font-relative-size = #'1
>       \text
>     }
> }
> 
> I get the error message: 
> Calculating line breaks... warning: No spacing wishes found. Does your score
> have a staff?
> [2]
> 
> However, the message disappears in two cases:
> 1. If I remove the line about Lyrics font size.
> 2. If the piece doesn't begin with a rest, but with a note, e.g. melody =
> \notes { c'4 e' g r4 }
> 
> What's wrong?

I think you forgot to create the 'notes' context before the addlyrics?
If you don't start with a rest but with a note, the context could be
created automagically.

arie - just guessing







reply via email to

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