Hi Alasdair,
what about
mx = \markup { \translate #'(1.5 . -1.5) \teeny \sans x }
\score {
f4^\mx
}
Regards,
Martín.
Am Mi., 2. Sept. 2020 um 08:00 Uhr schrieb Alasdair McAndrew <
amc...@gmail.com>:
> In my attempt to typeset some early 18th century French music for viola da
> gamba, I'm tryi
In my attempt to typeset some early 18th century French music for viola da
gamba, I'm trying to keep to the original notation as closely as possible.
Thus I'm using a breath mark to indicate a trill, and a sans-serif x for a
mordent. So for example, I have
mx = \markup {\teeny \sans x}
But to pu
Great! :-)
On Tue 1. Sep 2020 at 14:27 Claire Meyer <
claire.meyer.bourhis.lilyp...@gmail.com> wrote:
> Hi Martin,
>
> Thank you ! It works :)
>
> Claire
>
> On Tue, Sep 1, 2020 at 2:22 PM Martín Rincón Botero <
> martinrinconbot...@gmail.com> wrote:
>
>> Hi Claire,
>>
>> Perhaps
>>
>> dolcissimo
Hi Martin,
Thank you ! It works :)
Claire
On Tue, Sep 1, 2020 at 2:22 PM Martín Rincón Botero <
martinrinconbot...@gmail.com> wrote:
> Hi Claire,
>
> Perhaps
>
> dolcissimo = \tweak DynamicText.self-alignment-X #LEFT
> #(make-dynamic-script
> (markup #:whiteout #:normal-text #:italic "dolcissim
Hi Claire,
Perhaps
dolcissimo = \tweak DynamicText.self-alignment-X #LEFT
#(make-dynamic-script
(markup #:whiteout #:normal-text #:italic "dolcissimo"))
works?
On Tue 1. Sep 2020 at 14:09 Claire Meyer <
claire.meyer.bourhis.lilyp...@gmail.com> wrote:
> Hi,
>
> I have :
>
> [image: image.png]
>
Hi,
I have :
[image: image.png]
And would like something like :
[image: Screenshot_20200901_140443.png]
My dynamic mark looks like :
dolcissimo = \tweak DynamicText.self-alignment-X #LEFT
#(make-dynamic-script
(markup #:normal-text #:italic "dolcissimo"))
Has anyone an idea of how to do that