lilypond-user
[Top][All Lists]
Advanced

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

Trying to use ly:grob-set-property!


From: Kevin Barry
Subject: Trying to use ly:grob-set-property!
Date: Wed, 8 Apr 2020 21:26:05 +0100

Hi Lilypond users,

I am trying to get something to work by setting the X-offset of a grob
using ly:grob-set-property but I must be doing something wrong,
because it seems to have no effect. Can anyone explain what I'm doing
wrong? Below is a minimal example showing what I mean.

%%%
\version "2.19.84"
{
  \override TextScript.X-offset = 10
  c' ^"this is offset"
}
{
  \override TextScript.after-line-breaking =
  #(lambda (grob)
     (ly:grob-set-property! grob 'X-offset 10))
  c' ^"this isn't offset"
}
%%%

Thanks in advance,
Kevin Barry



reply via email to

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