Re: tweak markup text

2018-09-25 Thread Aaron Hill
On 2018-09-25 7:38 am, Abraham Lee wrote: Hi, Ryan! On Tue, Sep 25, 2018 at 8:34 AM Ryan Michael wrote: Hello I am trying to offset my markup text above the staff by a horizontal quantity. I can't seem to do so. I have tried % \version "2.18.2" r8^\markup{\tweak #'X-offset #1.5\hu

Re: tweak markup text

2018-09-25 Thread David Kastrup
Ryan Michael writes: > Hello > > I am trying to offset my markup text above the staff by a horizontal > quantity. I can't seem to do so. I have tried > > > % > \version "2.18.2" > > r8^\markup{\tweak #'X-offset #1.5\huge"tempo I"} r8 r2. > > % > > but that results in a syntax err

Re: tweak markup text

2018-09-25 Thread Abraham Lee
Hi, Ryan! On Tue, Sep 25, 2018 at 8:34 AM Ryan Michael wrote: > Hello > > I am trying to offset my markup text above the staff by a horizontal > quantity. I can't seem to do so. I have tried > > > % > \version "2.18.2" > > r8^\markup{\tweak #'X-offset #1.5\huge"tempo I"} r8 r2. > > %

Re: tweak markup text

2018-09-25 Thread Kieren MacMillan
Hi Ryan, > I am trying to offset my markup text above the staff by a horizontal > quantity. I can't seem to do so. I have tried Perhaps you’re looking for this? %%% \version "2.18.2" { r8-\tweak #'X-offset #1.5 ^\markup { \huge "tempo I" } r8 r2. } %%% Hope that helps! Kieren. ___

tweak markup text

2018-09-25 Thread Ryan Michael
Hello I am trying to offset my markup text above the staff by a horizontal quantity. I can't seem to do so. I have tried % \version "2.18.2" r8^\markup{\tweak #'X-offset #1.5\huge"tempo I"} r8 r2. % but that results in a syntax error. -- ॐ नमः शिवाय _