Re: move object - accordion register

2020-06-10 Thread Gianmaria Lari
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 wrote: > Use \halign to horizontally align markup. A positive value moves it to > the left (before), and a negative value

Re: move object - accordion register

2020-06-10 Thread Jamie Beardslee
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. {

Re: move object - accordion register

2020-06-10 Thread Pierre Perol-Schneider
Hi Gianmaria, How about: \version "2.21" #(use-modules (scm accreg)) { \discant "120" c'''4-232 s c'''4-232 %% or: %-\tweak extra-offset #'(.7 . 0) ^\markup\halign #-.5 \discant "120" } Cheers, Pierre Le mer. 10 juin 2020 à 09:59, Gianmaria Lari a écrit : > I would like to move

move object - accordion register

2020-06-10 Thread Gianmaria Lari
I would like to move the accordion register symbol on the left, before the c''. How can I do it? \version "2.21.1" #(use-modules (scm accreg)) { \discant "120" c'''4-232 } Thank you, gianmaria