Re: Doc-problem with new markup-command

2023-11-24 Thread Thomas Morley
Am Do., 23. Nov. 2023 um 11:53 Uhr schrieb Jean Abou Samra : > > > > Now m̀ake' fails. > > Offending line in the doc-string is > > The input-string @var{strg} may be composed by any string of \";|.:![]{}\". > > Obviously the braces, { and }, need to be escaped. > > How to? > > > Like this I think:

Re: Doc-problem with new markup-command

2023-11-23 Thread Jean Abou Samra
> Now m̀ake' fails. > Offending line in the doc-string is > The input-string @var{strg} may be composed by any string of \";|.:![]{}\". > Obviously the braces, { and }, need to be escaped. > How to? Like this I think: ... composed of the characters @samp{; | . : ! [ ] @{ @}}

Re: Doc-problem with new markup-command

2023-11-23 Thread Thomas Morley
Am Do., 23. Nov. 2023 um 10:49 Uhr schrieb Thomas Morley : > > Am Do., 23. Nov. 2023 um 10:40 Uhr schrieb Jean Abou Samra > : > > > > > Ok. > > > https://gitlab.com/lilypond/lilypond/-/merge_requests/2179 > > > > Oh, I see. You forgot to give it a #:category . > > Thanks for the hint. Would it mak

Re: Doc-problem with new markup-command

2023-11-23 Thread Thomas Morley
Am Do., 23. Nov. 2023 um 10:40 Uhr schrieb Jean Abou Samra : > > > Ok. > > https://gitlab.com/lilypond/lilypond/-/merge_requests/2179 > > Oh, I see. You forgot to give it a #:category . Thanks for the hint. Would it make sense to warn if #:category is omitted? Corrected patch is up. Thanks, Har

Re: Doc-problem with new markup-command

2023-11-23 Thread Jean Abou Samra
> Ok. > https://gitlab.com/lilypond/lilypond/-/merge_requests/2179 Oh, I see. You forgot to give it a #:category . signature.asc Description: This is a digitally signed message part

Re: Doc-problem with new markup-command

2023-11-23 Thread Thomas Morley
Am Do., 23. Nov. 2023 um 10:23 Uhr schrieb Jean Abou Samra : > > Is this a doc build from scratch or an incremental rebuild? >From scratch. > I'd suggest opening the MR anyway. Ok. https://gitlab.com/lilypond/lilypond/-/merge_requests/2179

Re: Doc-problem with new markup-command

2023-11-23 Thread Jean Abou Samra
Is this a doc build from scratch or an incremental rebuild? I'd suggest opening the MR anyway.

Doc-problem with new markup-command

2023-11-23 Thread Thomas Morley
Hi, I'm working on #3164 "add a `\bar-line` markup function" and thought the patch is ready to upload for review, i.e. the new bar-line-markup-command works as I think it should, `make check' (with a new regtest) returns as expected. `make doc' succeds without errors. Alas, the new markup-command