lilypond-user
[Top][All Lists]
Advanced

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

Re: Positioning graphic markup inside staff


From: Ebo H
Subject: Re: Positioning graphic markup inside staff
Date: Fri, 16 Feb 2018 06:48:36 +0000

Thank you Andrew; both of the solutions you have provided will be useful. 

It had not occurred to me that adjusting position with 'extra-offset' would 
behave differently from setting 'X-offset' and 'Y-offset' directly. 

delboh

address@hidden

On 16 Feb 2018, at 12:52 am, Andrew Bernard <address@hidden> wrote:

Hi Delboh,

Here's one way to do it.

  \once \override TextScript.extra-offset = #'(0 . -3.5)
  s4 ^\markup { \path #0.25  #'((moveto 0 0)  (curveto 0 3 4 3 4 0) ) } s4 s4 s4

Not ideal, but sometimes using extra-offset is the quickest way to get the job 
done!

Andrew





reply via email to

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