Re: Markup command \simple

2022-10-08 Thread Jean Abou Samra
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

Re: Markup command \simple

2022-10-02 Thread Thomas Morley
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

Re: Markup command \simple

2022-10-02 Thread David Kastrup
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,

Re: Markup command \simple

2022-10-02 Thread 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

Re: Markup command \simple

2022-10-02 Thread David Kastrup
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