Re: Thickness of tick style barlines

2016-06-03 Thread Andrew Bernard
Hi Harm, Absolutely perfect. Many thanks. Worthy of the LSR don’t you think? Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

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: Thickness of tick style barlines

2016-06-03 Thread Thomas Morley
2016-06-03 15:40 GMT+02:00 Andrew Bernard : > When using tick barlines: > > \set Timing.defaultBarType = "'" > > how does one adjust the thickness, and the length? > > Andrew You can't. Thickness and length are taken from ly:staff-symbol-line-thickness and ly:staff-symbol-staff-space. You

Off-topic : fiddle tunes for viola

2016-06-03 Thread Ralph Palmer
Greetings - This is an appeal for information. Please respond off-list. I have about 500 fiddle tunes, mostly New England, which I have transcribed/transposed into alto clef, using LilyPond. I would like to share them, beginning with the ones in the public domain. I'd also like to share any under

Re: Is there a fairly uncomplicated way of stretching out the word crescendo...

2016-06-03 Thread David Nalesnik
On Fri, Jun 3, 2016 at 8:44 AM, David Nalesnik wrote: > Hi, > > On Fri, Jun 3, 2016 at 2:48 AM, Simon Albrecht wrote: >> On 03.06.2016 03:25, tisimst wrote: >>> >>> There has been some EXCELLENT work to make this (more) automated >> >> >> Done by David Nalesnik (and Paul Morris). Try searching th

Re: Is there a fairly uncomplicated way of stretching out the word crescendo...

2016-06-03 Thread David Nalesnik
Hi, On Fri, Jun 3, 2016 at 2:48 AM, Simon Albrecht wrote: > On 03.06.2016 03:25, tisimst wrote: >> >> There has been some EXCELLENT work to make this (more) automated > > > Done by David Nalesnik (and Paul Morris). Try searching the -user archive > for ‘text-spanner-inner-text’. At least that’s t

Thickness of tick style barlines

2016-06-03 Thread Andrew Bernard
When using tick barlines: \set Timing.defaultBarType = "'" how does one adjust the thickness, and the length? Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

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: Is there a fairly uncomplicated way of stretching out the word crescendo...

2016-06-03 Thread Simon Albrecht
On 03.06.2016 03:25, tisimst wrote: There has been some EXCELLENT work to make this (more) automated Done by David Nalesnik (and Paul Morris). Try searching the -user archive for ‘text-spanner-inner-text’. At least that’s the filename I have here. HTH, Simon ___

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