Re: Custom dynamic mark on several lines

2020-08-31 Thread Claire Meyer
Thank you ! On Mon, Aug 31, 2020 at 12:13 AM Aaron Hill wrote: > On 2020-08-30 2:39 pm, Claire Meyer wrote: > > Arf, I'm still struggling : > > > > dals = \tweak DynamicText.self-alignment-X #LEFT > > #(make-dynamic-script > > #{ \markup \normal-text > > \center-column { > > \override > >

Re: Custom dynamic mark on several lines

2020-08-30 Thread Aaron Hill
On 2020-08-30 2:39 pm, Claire Meyer wrote: Arf, I'm still struggling : dals = \tweak DynamicText.self-alignment-X #LEFT #(make-dynamic-script #{ \markup \normal-text \center-column { \override #`(direction . ,UP) \dir-column { "smol" "Very very very tol" } medium } #}) I also want to center

Re: Custom dynamic mark on several lines

2020-08-30 Thread Claire Meyer
Arf, I'm still struggling : dals = \tweak DynamicText.self-alignment-X #LEFT #(make-dynamic-script #{ \markup \normal-text \center-column { \override #`(direction . ,UP) \dir-column { "smol" "Very very very tol" } medium } #}) I also want to center horizontally (here, the first and second line

Re: Custom dynamic mark on several lines

2020-08-30 Thread Claire Meyer
Wow, thank you very much for the comprehensive exemple ! Claire On Sun, Aug 30, 2020 at 10:46 PM Aaron Hill wrote: > On 2020-08-30 1:29 pm, Claire Meyer wrote: > > Thank you very much ! Would you know as well how to center it > > vertically on > > the second line ? > > Depending on what you

Re: Custom dynamic mark on several lines

2020-08-30 Thread Aaron Hill
On 2020-08-30 1:29 pm, Claire Meyer wrote: Thank you very much ! Would you know as well how to center it vertically on the second line ? Depending on what you are doing, \vcenter \column { ... } might work. Alternately, you could use a combination of \column and \dir-column. Consider:

Re: Custom dynamic mark on several lines

2020-08-30 Thread Hwaen Ch'uqi
w as well how to center it vertically on > the second line ? > > On Sun, Aug 30, 2020 at 10:12 PM Aaron Hill > wrote: > >> On 2020-08-30 12:59 pm, Claire Meyer wrote: >> > Hello, >> > >> > I was wondering if I could write a custom dynamic mark on several

Re: Custom dynamic mark on several lines

2020-08-30 Thread Claire Meyer
Thank you very much ! Would you know as well how to center it vertically on the second line ? On Sun, Aug 30, 2020 at 10:12 PM Aaron Hill wrote: > On 2020-08-30 12:59 pm, Claire Meyer wrote: > > Hello, > > > > I was wondering if I could write a custom dynamic mark

Re: Custom dynamic mark on several lines

2020-08-30 Thread Aaron Hill
On 2020-08-30 12:59 pm, Claire Meyer wrote: Hello, I was wondering if I could write a custom dynamic mark on several lines. Something along the lines of : dals = \tweak DynamicText.self-alignment-X #CENTER #(make-dynamic-script (markup #:normal-text "l1" #:normal-text "l2&quo

Custom dynamic mark on several lines

2020-08-30 Thread Claire Meyer
Hello, I was wondering if I could write a custom dynamic mark on several lines. Something along the lines of : dals = \tweak DynamicText.self-alignment-X #CENTER #(make-dynamic-script (markup #:normal-text "l1" #:normal-text "l2" #:normal-text "l3" )) Where l1