Paul Morris <p...@paulwmorris.com> writes:

> I tracked down the problem, as shown in the tiny example below.  All
> the notes should be moved to the right-hand side of the stem, but the
> "rel-coord" variable that is set by "ly:grob-relative-coordinate" is
> preventing it from working.  After commenting out that variable it
> works fine.  This seems very odd.  Maybe a bug?  Any ideas on what's
> going on or how to get this to work?

>   (let* 
>     (
>       (note-col (ly:grob-parent grob 0))
>       (rel-coord (ly:grob-relative-coordinate grob notecol 0)) 

[...]

> PPS. I tried it in LilyPond 2.17.8-1 but I got this error: Unbound
> variable: notecol

Well, there is a difference between notecol and note-col isn't it?

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to