bug-lilypond
[Top][All Lists]
Advanced

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

Re: Isolated example for : Variable used before given a value: prev-offs


From: Neil Puttock
Subject: Re: Isolated example for : Variable used before given a value: prev-offset - msg#00076
Date: Sat, 4 Dec 2010 22:57:09 +0000

On 4 December 2010 17:56, Phil Holmes <address@hidden> wrote:
> It compiles fine on my system on both 2.12 and 2.13.41 - albeit with, to my
> eyes, strange but the same output on both.

You need to uncomment this line to see the error:

%\override Rest #'Y-offset = #0

This appears to be a similar problem to the one discussed here,

http://lists.gnu.org/archive/html/lilypond-devel/2010-11/msg00057.html

though in this case, the property data *is* a number.  AS a
workaround, you can use the same approach as the second snippet from
that thread:

\override Rest #'Y-offset = #(lambda (grob) 0)

Cheers,
Neil



reply via email to

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