Re: align dynamic with text

2018-08-26 Thread Ben
On 8/25/2018 6:52 PM, Trevor Bača wrote: Hey Ben, When you're using markup as dynamics, don't you find that you're unable to include those constructs in hairpins? I went through a period where I was using straight-up text for dynamics like you're mentioning. But the hairpin limitation moved

Re: align dynamic with text

2018-08-25 Thread Trevor Bača
Hey Ben, When you're using markup as dynamics, don't you find that you're unable to include those constructs in hairpins? I went through a period where I was using straight-up text for dynamics like you're mentioning. But the hairpin limitation moved me towards make-dynamic-script. It's great.

Re: align dynamic with text

2018-08-20 Thread Noeck
Dear Ben, how about this version. It combines some of the already proposed features: - mixes dynamic text symbols and text - behaves like a dynamic script (DynamicText) - centers the symbol on the note head \version "2.19.80" % combine dynamic as markup that looks like what you want it to

RE: align dynamic with text

2018-08-19 Thread Mark Stephen Mrotek
Thanks Ben, Now I have three ways of doing it. Must try and learn! Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Ben Sent: Sunday, August 19, 2018 5:45 PM To: lilypond-user@gnu.org Subject: Re: align dynamic with text On 8/19

Re: align dynamic with text

2018-08-19 Thread Ben
On 8/19/2018 9:42 PM, Andrew Bernard wrote: Not only does it do the job, it's a proper dynamic and so has all the properties of a dynamic. This can be useful. I have a library of 30 or 40 of these constructs for my work, like f poco, for example. Andrew On Mon, 20 Aug 2018 at 11:30, Mark

Re: align dynamic with text

2018-08-19 Thread Aaron Hill
On 2018-08-19 18:42, Andrew Bernard wrote: Not only does it do the job, it's a proper dynamic and so has all the properties of a dynamic. This can be useful. I have a library of 30 or 40 of these constructs for my work, like f poco, for example. Curious about make-dynamic-script and MIDI

Re: align dynamic with text

2018-08-19 Thread Ben
On 8/19/2018 9:17 PM, Andrew Bernard wrote: Hi Mark, This may be what you are thinking of. This way makes a proper dynamic, not just text markup. Andrew \version "2.19.82" fstrettoText = \markup {   \center-align \line {     \hspace #0.1 f \normal-text \italic stretto   } } fstretto =

Re: align dynamic with text

2018-08-19 Thread Andrew Bernard
Not only does it do the job, it's a proper dynamic and so has all the properties of a dynamic. This can be useful. I have a library of 30 or 40 of these constructs for my work, like f poco, for example. Andrew On Mon, 20 Aug 2018 at 11:30, Mark Stephen Mrotek wrote: > Thanks Andrew, > > > >

RE: align dynamic with text

2018-08-19 Thread Mark Stephen Mrotek
Thanks Andrew, Does the job. Mark From: Andrew Bernard [mailto:andrew.bern...@gmail.com] Sent: Sunday, August 19, 2018 6:18 PM To: Mark Stephen Mrotek Cc: lilypond-user Mailinglist Subject: Re: align dynamic with text Hi Mark, This may be what you are thinking of. This way

Re: align dynamic with text

2018-08-19 Thread Andrew Bernard
Hi Mark, This may be what you are thinking of. This way makes a proper dynamic, not just text markup. Andrew \version "2.19.82" fstrettoText = \markup { \center-align \line { \hspace #0.1 f \normal-text \italic stretto } } fstretto = #(make-dynamic-script fstrettoText) {

Re: align dynamic with text

2018-08-19 Thread Ben
On 8/19/2018 8:21 PM, Mark Stephen Mrotek wrote: Hello, Remember seeing a snippet that does, *f */stretto/, for example. Searched the users’ archives and the snippet repository. Maybe not using correct search terms. Please assist. Thank you, Mark Mark, There are a few different ways

align dynamic with text

2018-08-19 Thread Mark Stephen Mrotek
Hello, Remember seeing a snippet that does, f stretto, for example. Searched the users' archives and the snippet repository. Maybe not using correct search terms. Please assist. Thank you, Mark ___ lilypond-user mailing list