Le 02/10/2022 à 17:50, Thomas Morley a écrit :
Am So., 2. Okt. 2022 um 16:58 Uhr schrieb Jean Abou Samra :
Le 02/10/2022 à 15:05, David Kastrup a écrit :
If the function itself isn't used as a placeholder.
I haven't found any such use.
I've opened https://gitlab.com/lilypond/lilypond/-/m
Am So., 2. Okt. 2022 um 16:58 Uhr schrieb Jean Abou Samra :
>
>
>
> Le 02/10/2022 à 15:05, David Kastrup a écrit :
> > If the function itself isn't used as a placeholder.
>
> I haven't found any such use.
>
> I've opened https://gitlab.com/lilypond/lilypond/-/merge_requests/1650
>
Meanwhile I remo
Jean Abou Samra writes:
> Le 02/10/2022 à 15:05, David Kastrup a écrit :
>> If the function itself isn't used as a placeholder.
>
> I haven't found any such use.
>
> I've opened https://gitlab.com/lilypond/lilypond/-/merge_requests/1650
git grep simple-markup
returns a whole slew of results,
Le 02/10/2022 à 15:05, David Kastrup a écrit :
If the function itself isn't used as a placeholder.
I haven't found any such use.
I've opened https://gitlab.com/lilypond/lilypond/-/merge_requests/1650
Jean Abou Samra writes:
> The markup command \simple is defined as
>
>
> (define-markup-command (simple layout props str)
> (string?)
> #:category font
> "[docstring...]"
> (interpret-markup layout props str))
>
>
>
> That sounds like \simple "x" can be replaced with just
> "x". I suppose