On Fri, Feb 8, 2013 at 10:18 PM, Jim Long <[email protected]> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user