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
> > #`(dir
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 hor
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 ar
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 are
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:
%%%
now 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 sev
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
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
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 is o