Re: how to override of TextScript.stencil into a tweak

2016-06-03 Thread Ryan Michael
Thank you Mark's snippet (And probably the other's which were almost equivalent) worked for me! On Fri, Jun 3, 2016 at 1:04 AM, Jacques Menu Muzhic wrote: > Hello Ryan, > > Does: > > { > r1\fermata > -\tweak TextScript.stencil #(make-stencil-boxer 0.1 0.3 > ly:text-interface::print) > -\m

Re: how to override of TextScript.stencil into a tweak

2016-06-03 Thread Jacques Menu Muzhic
Hello Ryan, Does: { r1\fermata -\tweak TextScript.stencil #(make-stencil-boxer 0.1 0.3 ly:text-interface::print) -\markup { \teeny "wait for viola cue" } \stopTextSpan -\tweak TextScript.stencil #(make-stencil-boxer 0.1 0.3 ly:text-interface::print) ^"B ยป } do what you want? JM >

Re: how to override of TextScript.stencil into a tweak

2016-06-03 Thread Simon Albrecht
On 03.06.2016 09:27, Ryan Michael wrote: I would only like to add the stencil boxer to the letter "B" above the staff. Just guessing: Perhaps the "B" should be a rehearsal mark anyway instead of a text script? See . R

Re: how to override of TextScript.stencil into a tweak

2016-06-03 Thread Mark Knoop
At 00:27 on 03 Jun 2016, Ryan Michael wrote: >I have the following snippet > >%% >\time 4/4 > \once \override TextScript.stencil = >#(make-stencil-boxer 0.1 0.3 ly:text-interface::print) >r1\fermata-\markup{\teeny "wait for viola cue"}\stopTextSpan^"B" >%

how to override of TextScript.stencil into a tweak

2016-06-03 Thread Ryan Michael
I have the following snippet %% \time 4/4 \once \override TextScript.stencil = #(make-stencil-boxer 0.1 0.3 ly:text-interface::print) r1\fermata-\markup{\teeny "wait for viola cue"}\stopTextSpan^"B" %%% However the above applies a stencil boxer