lilypond-user
[Top][All Lists]
Advanced

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

Re: Insane spring distance


From: Jim Long
Subject: Re: Insane spring distance
Date: Fri, 8 Feb 2013 23:23:38 -0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Feb 8, 2013 at 10:18 PM, Jim Long <address@hidden> wrote:
> This tiny example generates two instances of the warning:
>
> programming error: insane spring distance requested, ignoring it
> continuing, cross fingers
>
> \version "2.16.1"
>
> \score {
>     \new Staff {
>       \partial 8
>       \relative c' { s8^\markup x }
>     } % Staff
> } % score

On Fri, Feb 08, 2013 at 11:22:51PM -0500, Shane Brandes wrote:
> It looks like lilypond is trying to indicate you attached something to an
> item that does not exit as a drawn entity and is reporting as a slightly
> bizarre but not enough to force it to stop. Seems to be a completely
> reasonable thing to do.
> 
> 
> Shane

Gee, I've attached markup to spacer rests lots of times in the
past.

Exploring your hypothesis, if the warning message were reasonable,
why would this second example not warrant a similar indication?

\version "2.16.1"

\score {
  \new Staff
    \relative c' { s1^\markup x }
} % score




reply via email to

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