lilypond-user
[Top][All Lists]
Advanced

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

Re: move object - accordion register


From: Gianmaria Lari
Subject: Re: move object - accordion register
Date: Wed, 10 Jun 2020 15:14:24 +0200

Thank you Pierre and Jamie for your kind help. The command you mentioned 

\markup\halign

worked perfectly!

Thanks a lot, g.

On Wed, 10 Jun 2020 at 13:54, Jamie Beardslee <beardsleejamie@gmail.com> wrote:
Use \halign to horizontally align markup.  A positive value moves it to
the left (before), and a negative value moves in to the right (after).

For example, the following value of 1.8 moves it just far enough to the
left that it isn't above the notehead, but above the time signature.

{
  c'''4-232^\markup\halign #1.8 \discant "120"
}

--
Jamie

reply via email to

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